UNPKG

@aurigma/design-atoms

Version:

Design Atoms is a part of Customer's Canvas SDK which allows for manipulating individual design elements through your code.

7 lines (6 loc) 242 B
export declare class StringUtils { private static _rtlChars; static insert(str: string, index: number, value: string): string; static containsRtlChars(str: string): boolean; static removeRtlChars(str: string): string; }