SurfSense/surfsense_web/components/editor/plugins/callout-kit.tsx
2026-02-17 12:47:39 +05:30

7 lines
209 B
TypeScript

"use client";
import { CalloutPlugin } from "@platejs/callout/react";
import { CalloutElement } from "@/components/ui/callout-node";
export const CalloutKit = [CalloutPlugin.withComponent(CalloutElement)];