@spaced-out/ui-design-system
Version:
Sense UI components library
6 lines • 386 B
TypeScript
export declare const capitalize: (word: string) => string;
export declare const escapeRegExp: (str: string) => string;
export declare const formatWord: (word: string, count: number) => string;
export declare const truncateString: (inputString: string, maxLength: number) => string;
export declare const appendPx: (value?: number | string) => string;
//# sourceMappingURL=string.d.ts.map