Interface ExhibitComponentsOverrides<Theme>

interface ExhibitComponentsOverrides<Theme> {
    SmartInputField?: any;
}

Type Parameters

  • Theme = unknown

Hierarchy

  • ComponentsOverrides<Theme>
    • ExhibitComponentsOverrides

Properties

Properties

SmartInputField?: any