diff --git a/packages/gitbook/src/components/primitives/Skeleton.tsx b/packages/gitbook/src/components/primitives/Skeleton.tsx index 79008e805..236af3ce6 100644 --- a/packages/gitbook/src/components/primitives/Skeleton.tsx +++ b/packages/gitbook/src/components/primitives/Skeleton.tsx @@ -59,7 +59,7 @@ export function SkeletonParagraph(props: { /** * Placeholder when loading a title. */ -export function SkeletonHeading(props: { id?: string; style?: string; animated?: boolean }) { +export function SkeletonHeading(props: { id?: string; style?: ClassValue; animated?: boolean }) { const { id, style, animated = true } = props; return ; }