mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 19:16:33 +00:00
2efa704b3b
* docs: add hooks dev doc * docs: change name from hooks to events
5 lines
86 B
TypeScript
Executable File
5 lines
86 B
TypeScript
Executable File
// @ts-nocheck
|
|
export * from './lib/client';
|
|
export { default } from './lib/client';
|
|
|