export type ToolbarButtonName = 'bold' | 'italic' | 'underline' | 'bulletedList' | 'numberedList' | 'headingOne' | 'headingTwo' | '|'; export type TextUnit = 'character' | 'word' | 'line' | 'block';