nocobase/packages/samples/custom-page/client.d.ts
chenos a7e6e4716a
feat: add custom page sample and doc (#855)
* docs: custom ui route sample

* feat: custom page

* fix: remove error

* feat: update doc

* fix: defaultShowCode  true
2022-09-27 22:50:10 +08:00

5 lines
86 B
TypeScript
Executable File

// @ts-nocheck
export * from './lib/client';
export { default } from './lib/client';