UNPKG

react-antd-admin-panel

Version:

Modern TypeScript-first React admin panel builder with Ant Design 6

17 lines 454 B
/** * react-antd-admin-panel v2.0.0 * Modern TypeScript-first React admin panel builder with Ant Design 6 */ export * from './types'; export * from './base'; export * from './list'; export * from './form'; export * from './section'; export * from './http'; export * from './conditional'; export * from './main'; export * from './hooks'; export * from './access'; export * from './formula'; export * from './action'; //# sourceMappingURL=index.d.ts.map