UNPKG

fictoan-react

Version:

A full-featured, designer-friendly, yet performant framework with plain-English props and focus on rapid iteration.

7 lines (6 loc) 437 B
import { OptionForListBoxProps } from './constants'; export declare const levenshteinDistance: (a: string, b: string) => number; export declare const isSubsequence: (search: string, target: string) => boolean; export declare const generateAcronym: (label: string) => string; export declare const searchOptions: (options: OptionForListBoxProps[], searchTerm: string) => OptionForListBoxProps[]; //# sourceMappingURL=listBoxUtils.d.ts.map