-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[material] Remove unused dev dependency on @mui/lab (#41198)
- Loading branch information
1 parent
eb40f54
commit 7ed32df
Showing
4 changed files
with
15 additions
and
6 deletions.
There are no files selected for viewing
15 changes: 15 additions & 0 deletions
15
packages/mui-lab/src/TimelineDot/color-palette-prop.spec.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
import * as React from 'react'; | ||
import TimelineDot from '@mui/lab/TimelineDot'; | ||
|
||
function TestBaseColorPaletteProp() { | ||
const baseColorPalette = ['primary', 'secondary', 'error', 'info', 'success', 'warning'] as const; | ||
return ( | ||
<div> | ||
{baseColorPalette.map((color) => ( | ||
<div key={color}> | ||
<TimelineDot color={color} /> | ||
</div> | ||
))} | ||
</div> | ||
); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.