UNPKG

ra-core

Version:

Core components of react-admin, a frontend Framework for building admin applications on top of REST services, using ES6, React

6 lines 290 B
import * as React from 'react'; import { UseDeleteControllerParams } from "../controller/button/useDeleteController.cjs"; export declare const DeleteButton: (props: UseDeleteControllerParams & { label: React.ReactNode; }) => React.JSX.Element; //# sourceMappingURL=DeleteButton.d.ts.map