Repository URL to install this package:
Version:
0.9.6 ▾
|
declare const directionMap: {
top: string;
right: string;
bottom: string;
left: string;
};
declare type DirectionOrRaw = 'top' | 'right' | 'bottom' | 'left' | string;
declare function rotate(directionOrRaw: DirectionOrRaw): string;
export { directionMap, rotate };
export declare const iconRegistry: {};
export declare function loadIconRegistry(): void;
export declare function fromPropsToIdentifier(props: any): string;