/** * Get a callback to remove all item with a certain key prefix from the store * * @example * import { useRemoveItemsFromStore } from 'react-admin'; * * const ResetDatagridPrefs = () { * const removeItems = useRemoveItemsFromStore(); * * const handleClick = () => { * removeItems('datagrid.prefs'); * }; * * return ; * } */ export declare const useRemoveItemsFromStore: (hookTimeKeyPrefix?: string | null) => (keyPrefix?: string) => void; //# sourceMappingURL=useRemoveItemsFromStore.d.ts.map