diff --git a/packages/react/shared.tsx b/packages/react/shared.tsx index 77d9ea7..d07392e 100644 --- a/packages/react/shared.tsx +++ b/packages/react/shared.tsx @@ -109,7 +109,7 @@ export function vcn(param: { /** * Any Props -> Variant Props, Other Props */ - >( + >( anyProps: AnyPropBeforeResolve ) => [ Partial> & { @@ -139,7 +139,7 @@ export function vcn>(param: { /** * Any Props -> Variant Props, Other Props */ - >( + >( anyProps: AnyPropBeforeResolve ) => [ Partial> & { @@ -254,7 +254,7 @@ export function vcn< export type VariantProps string> = F extends ( props: infer P ) => string - ? P & { [key: string]: unknown } + ? P : never; /**