SurfSense/surfsense_web/components/editor/plugins/callout-kit.tsx

8 lines
209 B
TypeScript
Raw Normal View History

2026-02-17 12:47:39 +05:30
"use client";
2026-02-17 12:47:39 +05:30
import { CalloutPlugin } from "@platejs/callout/react";
2026-02-17 12:47:39 +05:30
import { CalloutElement } from "@/components/ui/callout-node";
export const CalloutKit = [CalloutPlugin.withComponent(CalloutElement)];