ra-core
Version:
Core components of react-admin, a frontend Framework for building admin applications on top of REST services, using ES6, React
11 lines • 309 B
text/typescript
import { Identifier } from "../../types.cjs";
/**
* Hook to Unselect the rows of a datagrid
*
* @example
*
* const unselect = useUnselect('posts');
* unselect([123, 456]);
*/
export declare const useUnselect: (resource?: string) => (ids: Identifier[]) => void;
//# sourceMappingURL=useUnselect.d.ts.map