We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9081ea commit e10ef05Copy full SHA for e10ef05
src/components/composites/Skeleton/types.tsx
@@ -61,12 +61,12 @@ export interface ISkeletonTextProps extends IStackProps {
61
/**
62
* Stying for each line
63
*/
64
- _line?: ISkeletonProps;
+ _line?: Partial<ISkeletonProps>;
65
66
67
* Props to be passed to the Stack used inside.
68
69
- _stack?: IStackProps;
+ _stack?: Partial<IStackProps>;
70
}
71
72
export type ISkeletonComponentType = ((
0 commit comments