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