Skip to content

Commit

Permalink
update proptypes
Browse files Browse the repository at this point in the history
Co-authored-by: seunexplicit <[email protected]>
  • Loading branch information
gitstart and seunexplicit committed Sep 6, 2023
1 parent a3dc230 commit 13075d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/mui-material/src/Skeleton/Skeleton.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ export interface SkeletonOwnProps {
/**
* The type of content that will be rendered.
* @default 'text'
* @deprecated Use `shape` prop to set the shape of the skeleton and `size` prop to set the scale adaptation.
*/
variant?: OverridableStringUnion<
'text' | 'rectangular' | 'rounded' | 'circular',
Expand Down

0 comments on commit 13075d0

Please sign in to comment.