UNPKG

react-bootstrap-typeahead

Version:
9 lines (8 loc) 202 B
interface Props { open?: boolean; minLength: number; showMenu: boolean; text: string; } export default function isShown({ open, minLength, showMenu, text, }: Props): boolean; export {};