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