shineout
Version:
A components library for React
8 lines (7 loc) • 429 B
TypeScript
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): "ArrowRightDouble" | "AngleRight" | "ArrowLeftDouble" | "AngleLeft";