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 8f9164d commit 5ed34afCopy full SHA for 5ed34af
src/components/content/Skeleton/Skeleton.tsx
@@ -186,7 +186,7 @@ const LAYOUT_MAP = {
186
187
export interface CubeSkeletonProps
188
extends CubeSkeletonRootProps,
189
- CubeSkeletonLayoutProps {
+ Omit<CubeSkeletonLayoutProps, 'rootProps'> {
190
/** The type of the layout */
191
layout?: keyof typeof LAYOUT_MAP;
192
}
0 commit comments