UNPKG

ra-core

Version:

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

8 lines 447 B
import useDeleteWithUndoController from "./useDeleteWithUndoController.cjs"; import useDeleteWithConfirmController from "./useDeleteWithConfirmController.cjs"; export { useDeleteWithUndoController, useDeleteWithConfirmController }; export * from "./useDeleteController.cjs"; export * from "./useBulkDeleteController.cjs"; export * from "./useUpdateController.cjs"; export * from "./useBulkUpdateController.cjs"; //# sourceMappingURL=index.d.ts.map