UNPKG

@ozen-ui/kit

Version:

React component library

4 lines (3 loc) 240 B
import type { SyntheticEvent } from 'react'; import type { AutocompleteBaseInputValue } from '../input'; export type AutocompleteBaseOnInputChange = (event: SyntheticEvent | KeyboardEvent | null, value: AutocompleteBaseInputValue) => void;