A plugin for the actions.
export function ActionsPlugin({ children }: { children: React.ReactNode }) { return children }
npx shadcn@latest add @shadcn-editor/actions-plugin
import { ActionsPlugin } from "@/components/ui/actions-plugin"
<ActionsPlugin />