Skip to content

Commit e10ef05

Browse files
committed
fix: skeleton typing
1 parent e9081ea commit e10ef05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/composites/Skeleton/types.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,12 @@ export interface ISkeletonTextProps extends IStackProps {
6161
/**
6262
* Stying for each line
6363
*/
64-
_line?: ISkeletonProps;
64+
_line?: Partial<ISkeletonProps>;
6565

6666
/**
6767
* Props to be passed to the Stack used inside.
6868
*/
69-
_stack?: IStackProps;
69+
_stack?: Partial<IStackProps>;
7070
}
7171

7272
export type ISkeletonComponentType = ((

0 commit comments

Comments
 (0)