UNPKG

multi-source-select

Version:

Multi-source select control

9 lines (8 loc) 377 B
import { Selection } from '../types'; import Config from '../types/Config'; import * as React from 'react'; declare const ITEM_LIMIT = 10; declare const hasFocusContext: React.Context<boolean>; declare const configContext: React.Context<Config>; declare const selectionContext: React.Context<Selection>; export { hasFocusContext, configContext, selectionContext, ITEM_LIMIT };