import type { ReactNode } from 'react' import { cn } from '@admin/utils/shared/cn' export function EditorToolbar({ ariaLabel, children, className }: { ariaLabel: string children: ReactNode className?: string }) { return (