Interface ExhibitComponents
Hierarchy
- Components<Omit<Theme, "components">>
Properties
Optional
SmartInputField
Type declaration
Optional
styleOverrides?: any
Optional
variants?: {
props: Partial<SmartInputFieldProps>;
style: Interpolation<{
theme: Theme;
}>;
}[]