mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-25 08:46:22 +02:00
7 lines
209 B
TypeScript
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)];
|