UNPKG

@maherunlocker/custom-react-table

Version:
3 lines (2 loc) 271 B
import { Filters, IdType } from 'react-table'; export declare function useDeleteFilter<T extends Record<string, unknown>>(filters: Filters<T>, setFilter: (columnId: IdType<T>, updater: any) => void): (id: string | number, selectedFilterValue: string | number) => void;