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