Type Alias: ButtonStyle
type ButtonStyle = BaseButtonStyle<BUTTON>;
Style for a standard export button.
See
- BaseButtonStyle for the base interface
- ExportStyle for the union of all export styles
type ButtonStyle = BaseButtonStyle<BUTTON>;
Style for a standard export button.