@rws-air/utils
Version:
Utilities for rws-air libraries and applications
7 lines • 360 B
TypeScript
/**
* Inserts a space in any text after every maxLength amount of characters, allowing Material-UI to gracefully wrap it
* @param text text to split
* @param maxLength The maximum length of a text section @default 75
*/
export declare function createWrappableText(text: string, maxLength?: number): string;
//# sourceMappingURL=CreateWrappableText.d.ts.map