UNPKG

react-bootstrap-typeahead

Version:
8 lines (7 loc) 228 B
interface MatchBounds { end: number; start: number; } export declare function escapeStringRegexp(str: string): string; export default function getMatchBounds(subject: string, str: string): MatchBounds | null; export {};