UNPKG

multi-source-select

Version:

Multi-source select control

7 lines (6 loc) 162 B
import { Matcher } from '.'; import Nemonic from './Nemonic'; export default interface Selection { matchers: Matcher[]; activeFunction: Nemonic | null; }