mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 20:05:51 +00:00
92c1ac319a
* docs: add collection & field guide * docs: add extending field and full example package * docs: fix sample code * docs: fix typo
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';
|
|
|