import { type ToolbarControlTypes } from './types' export const TOOLBAR_CONTROLS: ToolbarControlTypes[] = [ 'bold', 'italic', 'underline', 'orderedList', 'bulletList', 'link', ]