mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-05 05:29:26 +08:00
8 lines
176 B
TypeScript
8 lines
176 B
TypeScript
export * from './base';
|
|
export * from './action';
|
|
export * from './collection';
|
|
export * from './field';
|
|
export * from './tab';
|
|
export * from './view';
|
|
export * from './page';
|