@ackplus/react-tanstack-data-table
Version:
A powerful React data table component built with MUI and TanStack Table
24 lines (23 loc) • 424 B
TypeScript
export declare const FILTER_OPERATORS: {
text: {
value: string;
label: string;
}[];
boolean: {
value: string;
label: string;
}[];
number: {
value: string;
label: string;
}[];
date: {
value: string;
label: string;
}[];
select: {
value: string;
label: string;
}[];
};
export * from './filter-value-input';