export const ToolbarButtons = ({ editor }: any) => { if (!editor) { return null; } return ( <> ); };