UNPKG

react-bootstrap-typeahead

Version:
4 lines (3 loc) 156 B
import type { Size } from '../types'; export declare function isSizeLarge(size?: Size): boolean; export declare function isSizeSmall(size?: Size): boolean;