AI
AIGIT · AI 工具站
aigit.cc
首页
精品推荐
AI成品工具
提示词
返回 presentation-ai
callout-base-kit.tsx
根目录
/
src
/
components
/
plate
/
plugins
/
callout-base-kit.tsx
1
import { BaseCalloutPlugin } from "@platejs/callout";
2
3
import { CalloutElementStatic } from "@/components/plate/ui/callout-node-static";
4
5
export const BaseCalloutKit = [
6
BaseCalloutPlugin.withComponent(CalloutElementStatic),
7
];
8
8 lines
Plain Text