Skip to content

Commit 5ed34af

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

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
@@ -186,7 +186,7 @@ const LAYOUT_MAP = {
186186

187187
export interface CubeSkeletonProps
188188
extends CubeSkeletonRootProps,
189-
CubeSkeletonLayoutProps {
189+
Omit<CubeSkeletonLayoutProps, 'rootProps'> {
190190
/** The type of the layout */
191191
layout?: keyof typeof LAYOUT_MAP;
192192
}

0 commit comments

Comments
 (0)