mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-28 10:26:33 +02:00
9 lines
210 B
TypeScript
9 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)];
|
||
|
|
|