UNPKG

ra-core

Version:

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

10 lines 250 B
/** * Hook to unselect all row of a datagrid * * @example * * const unselectAll = useUnselectAll('posts'); * unselectAll(); */ export declare const useUnselectAll: (resource?: string) => () => void; //# sourceMappingURL=useUnselectAll.d.ts.map