nocobase/packages/samples/custom-block/server.d.ts
2022-09-30 12:38:38 +08:00

5 lines
86 B
TypeScript
Executable File

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