diff --git a/packages/react/shared.tsx b/packages/react/shared.tsx index 5df251d..77d9ea7 100644 --- a/packages/react/shared.tsx +++ b/packages/react/shared.tsx @@ -254,7 +254,7 @@ export function vcn< export type VariantProps string> = F extends ( props: infer P ) => string - ? P + ? P & { [key: string]: unknown } : never; /**