UNPKG

react-antd-admin-panel

Version:

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

8 lines 286 B
/** * Action Module * * Action builder and button component for user interactions */ export { Action, type ActionType, type ActionConfirm, type ActionAccess } from './Action'; export { ActionButton, type ActionButtonProps } from './ActionButton'; //# sourceMappingURL=index.d.ts.map