UNPKG

jslib-nightly

Version:

SheerID JavaScript Library

4 lines (3 loc) 257 B
import { UseComboboxStateChange } from 'downshift'; import { Organization } from '../../../lib/types/types'; export declare const handleStateChange: (changes: UseComboboxStateChange<Organization>, onChange: Function, openOrgSearchEnabled: boolean) => void;