UNPKG

react-antd-admin-panel

Version:

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

10 lines 252 B
/** * Core type definitions for react-antd-admin-panel v2 */ // Re-export all type modules export * from './lifecycle'; export * from './http'; export * from './form'; export * from './list'; export * from './state'; //# sourceMappingURL=index.js.map