import { useCommands, useActive } from "@remirror/react"; export const UnderlineButton = () => { const { toggleUnderline, focus } = useCommands(); const active = useActive(); return ( ); };