Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
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;