UNPKG

shineout

Version:

Shein 前端组件库

8 lines (7 loc) 429 B
export declare function capitalize(str: string): string; export declare function substitute(str: string | Function, obj: { [x: string]: any; }): any; export declare function removeProtocol(url: string): string; export declare function getRTLPosition(position: string): string; export declare function getDirectionIconName(mode?: string, double?: boolean): "AngleDoubleRight" | "AngleRight" | "AngleDoubleLeft" | "AngleLeft";