UNPKG

react-antd-admin-panel

Version:

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

7 lines 196 B
/** * Access Control Module * * Components and utilities for permission-based rendering */ export { AccessGuard, type AccessGuardProps } from './Protected'; //# sourceMappingURL=index.d.ts.map