UNPKG

react-bootstrap-typeahead

Version:
6 lines (5 loc) 311 B
export declare function isFunction(value: unknown): value is Function; export declare function isString(value: unknown): value is string; export declare function noop(): void; export declare function pick<T, K extends keyof T>(obj: T, keys: K[]): any; export declare function uniqueId(prefix?: string): string;