UNPKG

multi-source-select

Version:

Multi-source select control

8 lines (7 loc) 170 B
import { Value } from './Matcher'; export declare const FUNC_ID = "~~func~~"; export default interface Option { source: string; value: Value; text: string; }