Type Alias: EnabledButtonStyle
type EnabledButtonStyle = BaseButtonStyle<ENABLED_BUTTON>;
Style for an always-enabled export button (no disabled state).
See
- BaseButtonStyle for the base interface
- ExportStyle for the union of all export styles