cc-everywhere

Type Alias: ExportStyle

type ExportStyle = 
  | ButtonStyle
  | EnabledButtonStyle
  | LinkStyle
  | DropdownOptionStyle;

Union of all available export option styles.

This union type includes:

See

BaseExportOption for options that use these styles