Skip to content

Commit 3a41fe8

Browse files
committed
fix(Skeleton): pass props to the root element * 7
1 parent 5ed34af commit 3a41fe8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/content/Skeleton/Skeleton.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ const LAYOUT_MAP = {
4343
</Flow>
4444
);
4545
},
46-
topbar({ isStatic = false, rootProps }: CubeSkeletonProps) {
46+
topbar({ isStatic = false, rootProps }: CubeSkeletonLayoutProps) {
4747
return (
4848
<Space
4949
gap="4x"

0 commit comments

Comments
 (0)