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 5ed34af commit 3a41fe8Copy full SHA for 3a41fe8
src/components/content/Skeleton/Skeleton.tsx
@@ -43,7 +43,7 @@ const LAYOUT_MAP = {
43
</Flow>
44
);
45
},
46
- topbar({ isStatic = false, rootProps }: CubeSkeletonProps) {
+ topbar({ isStatic = false, rootProps }: CubeSkeletonLayoutProps) {
47
return (
48
<Space
49
gap="4x"
0 commit comments