UNPKG

@stihl-design-system/components

Version:

Welcome to the STIHL Design System react component library.

7 lines (6 loc) 184 B
/** * Removes all spaces from the input string. * @param str The input string. * @returns The string without spaces. */ export declare const removeSpaces: (str: string) => string;