UNPKG

@eccenca/gui-elements

Version:

GUI elements based on other libraries, usable in React application, written in Typescript.

3 lines (2 loc) 177 B
/** Removes leading and trailing spaces. In addition converts multiple subsequent spaces to a single space. */ export declare const removeExtraSpaces: (text: string) => string;