UNPKG

multi-source-select

Version:

Multi-source select control

11 lines (10 loc) 224 B
export type Value = string | number | Date; export default interface Matcher { key: string; operator: string; comparison: string; source: string; value: Value; text: string; changing?: boolean; }