Files
nocobase/packages/plugins/@nocobase/plugin-block-comment/server.d.ts
T
Jiann f33594ad31 feat(plugin-block-comment): add comment block (#9916)
* feat(plugin-comments-flexible): add record comments block

* chore(plugin-block-comment): rename comments block plugin

* fix(comments): support relation-based comment blocks

* fix(comments): handle comment owner value mismatch

* chore(comments): remove unrelated changes

* fix(plugin-block-comment): improve record comment mapping and actions

* feat(plugin-block-comment): support configurable comment body fields

* fix(plugin-block-comment): fix comment body field declarations
2026-06-29 15:57:08 +08:00

3 lines
72 B
TypeScript

export * from './dist/server';
export { default } from './dist/server';