/** Canonical toolbar item ids mapped to the names retained by the built-in runtime. */ export const TOOLBAR_ITEM_ALIASES: Readonly<{ 'font-family': "fontFamily"; 'font-size': "fontSize"; strikethrough: "strike"; 'highlight-color': "highlight"; 'text-color': "color"; 'table-of-contents': "tableOfContents"; 'table-actions': "tableActions"; 'text-align': "textAlign"; 'bullet-list': "list"; 'numbered-list': "numberedlist"; 'indent-decrease': "indentleft"; 'indent-increase': "indentright"; 'line-height': "lineHeight"; 'linked-style': "linkedStyles"; 'measurement-unit': "measurementUnit"; 'formatting-marks': "formattingMarks"; 'copy-format': "copyFormat"; 'clear-formatting': "clearFormatting"; 'document-mode': "documentMode"; 'track-changes-accept-selection': "acceptTrackedChangeBySelection"; 'track-changes-reject-selection': "rejectTrackedChangeOnSelection"; }>;