cc-everywhere

Type Alias: ExportOption

type ExportOption = 
  | PublishExportOption<
  | ButtonStyle
  | LinkStyle>
  | DownloadExportOption<
  | ButtonStyle
  | LinkStyle>
  | EditFurtherExportOption<
  | ButtonStyle
  | EnabledButtonStyle
| LinkStyle>;

Represents the available export options for the CC Everywhere SDK.

This union type includes: