Type Alias: ExportStyle
type ExportStyle =
| ButtonStyle
| EnabledButtonStyle
| LinkStyle
| DropdownOptionStyle;
Union of all available export option styles.
This union type includes:
- ButtonStyle - Standard button
- EnabledButtonStyle - Always-enabled button
- LinkStyle - Link presentation
- DropdownOptionStyle - Dropdown with optional custom content
See
BaseExportOption for options that use these styles