Skip to content

Commit

Permalink
update StateSkeletonBar default size comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabricevladimir committed Apr 16, 2024
1 parent ff3c220 commit 02eb7a3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export type SkeletonBarSize = 'sm' | 'md' | 'lg' | 'xl' | '2xl';
export interface IStateSkeletonBarProps extends ComponentPropsWithoutRef<'div'> {
/**
* The size of the skeleton.
* @default md
* @default 'md'
*/
size?: SkeletonBarSize;
}
Expand Down

0 comments on commit 02eb7a3

Please sign in to comment.