cc-everywhere

Type Alias: DropdownExportOption

type DropdownExportOption = 
  | PublishExportOption<DropdownOptionStyle>
  | DownloadExportOption<DropdownOptionStyle>
  | EditFurtherExportOption<DropdownOptionStyle>
  | CallBackExportOption<DropdownOptionStyle>
  | ContinueEditingDropdownOption;

Represents export options specifically for dropdown UI components.

This union type includes: