Skip to content

Commit

Permalink
[Skeleton] Fix SkeletonClassKey type (#20047)
Browse files Browse the repository at this point in the history
  • Loading branch information
100terres authored Mar 10, 2020
1 parent b4f4e2c commit 066fbcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/material-ui-lab/src/Skeleton/Skeleton.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export interface SkeletonTypeMap<P = {}, D extends React.ElementType = 'span'> {

declare const Skeleton: OverridableComponent<SkeletonTypeMap>;

export type SkeletonClassKey = 'root' | 'text' | 'rect' | 'circle' | 'animate';
export type SkeletonClassKey = 'root' | 'text' | 'rect' | 'circle' | 'pulse' | 'wave';

export type SkeletonProps<
D extends React.ElementType = SkeletonTypeMap['defaultComponent'],
Expand Down

0 comments on commit 066fbcd

Please sign in to comment.