Interface: BaseButtonStyle<T>
Represents the style of a button, extending the base Style interface.
Extends
Type Parameters
| Type Parameter |
|---|
T extends ExportOptionUI |
Properties
| Property | Type | Description | Overrides |
|---|---|---|---|
uiType | T | The UI type for the button. | |
icon? | string | The optional icon URL for the button. | - |
variant? | The optional variant for the button. | - | |
treatment? | The optional treatment for the button. | - |
