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

8 lines
210 B
TypeScript

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