UNPKG

@kelvininc/ui-components

Version:
4 lines (3 loc) 236 B
export declare const isValidLabel: (label?: string) => boolean; export declare const getUTF8StringLength: (label?: string) => number; export declare const isSubString: (term: string, string: string, caseSensitive?: boolean) => boolean;