UNPKG

@1771technologies/lytenyte-pro

Version:

Blazingly fast headless React data grid with 100s of features.

10 lines (9 loc) 395 B
import type { SelectOption } from "./operator-select"; export declare const numberOptions: SelectOption[]; export declare const stringOptions: SelectOption[]; export declare const dateOptions: SelectOption[]; export declare const operatorToOption: { [k: string]: SelectOption; }; export declare const operatorsThatAreNumbers: Set<string>; export declare const filterNeedsValue: Set<string>;