nocobase/packages/samples/shop-i18n/server.d.ts
Junyi b9ce35d621
Doc: dev i18n (#858)
* docs: add guide index table and i18n

* docs: add dev i18n sample
2022-09-29 21:04:58 +08:00

5 lines
86 B
TypeScript
Executable File

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