UNPKG

react-bootstrap-typeahead

Version:
3 lines (2 loc) 144 B
import type { Option } from '../types'; export default function validateSelectedPropChange(prevSelected?: Option[], selected?: Option[]): void;