UNPKG

multi-source-select

Version:

Multi-source select control

7 lines (6 loc) 398 B
import { SourceItem, Value } from "./types"; import { DataSourceLookup } from "./types/DataSource"; export declare const guid: () => string; export declare const isUnique: (value: string, index: number, array: string[]) => boolean; export declare const getValue: (item: SourceItem, dsl: DataSourceLookup) => Value; export declare const getText: (item: SourceItem, dsl: DataSourceLookup) => string;