Skip to content

IconKey

reference
1 min readUpdated

Kind: Type

Source: atloria-monorepo/packages/editor/src/defaultSvgIcons.tsx

Definition

ts
| 'undo'
  | 'redo'
  | 'format_bold'
  | 'format_italic'
  | 'format_underlined'
  | 'code'
  | 'strikeThrough'
  | 'superscript'
  | 'subscript'
  | 'format_list_bulleted'
  | 'format_list_numbered'
  | 'format_list_checked'
  | 'format_highlight'
  | 'link'
  | 'add_photo'
  | 'table'
  | 'horizo…

Was this page helpful?

Download as PDF