UNPKG

263 BTypeScriptView Raw
1export declare const getFilterdOptions: (selectType: any, options: any, word: any, caseSensitive: any) => any;
2export declare const getDisplayLabel: (options: any, selectType: any, selectedValue: any, displayLabel?: string | undefined, splitKey?: string) => any;