cc-everywhere

Type Alias: ExportButtonDisplayMode

type ExportButtonDisplayMode = "label" | "icon" | "icon-and-label";

Display mode for button-style export options (icon and/or label).

Default

'icon' when icon is provided, otherwise 'label'