import { BaseEquationPlugin, BaseInlineEquationPlugin } from '@platejs/math';
import {
EquationElementStatic,
InlineEquationElementStatic,
} from '@/registry/ui/equation-node-static';
export const BaseMathKit = [
BaseInlineEquationPlugin.withComponent(InlineEquationElementStatic),
BaseEquationPlugin.withComponent(EquationElementStatic),
];
npx shadcn@latest add @plate/math-base-kitimport { MathBaseKit } from "@/components/math-base-kit"<MathBaseKit />