UNPKG

multi-source-select

Version:

Multi-source select control

4 lines (3 loc) 259 B
import { Matcher } from '../../../component/types'; export declare const matcherDisplay: (matcher: Matcher, first: boolean, hideOperators: boolean, columnPosition?: 'top' | 'left') => string; export declare const matcherToolTip: (matcher: Matcher) => string;