Interface ExhibitComponentsVariants

interface ExhibitComponentsVariants {
    SmartInputField?: {
        props: Partial<SmartInputFieldProps>;
        style: Interpolation<{
            theme: Theme;
        }>;
    }[];
}

Hierarchy

  • ComponentsVariants
    • ExhibitComponentsVariants

Properties

Properties

SmartInputField?: {
    props: Partial<SmartInputFieldProps>;
    style: Interpolation<{
        theme: Theme;
    }>;
}[]

Type declaration