React Design Patterns Documentation - v0.0.3
    Preparing search index...

    Type Alias VariantProps<Component>

    VariantProps: Omit<
        OmitUndefined<Parameters<Component>[0]>,
        "class" | "className",
    >

    Type Parameters

    • Component extends (...args: any) => any