/** * @public */ export type RichTextBoxTool = 'italic' | 'bold' | 'strikethrough' | 'monospace'; //# sourceMappingURL=RichTextBoxCommand.d.ts.map