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