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    
@skava/ui / dist / components / atoms / Overlay / fixture.d.ts
Size: Mime:
export declare const duration = 1000;
export declare const defaultStyle: {
    transition: string;
    backgroundColor: string;
    position: string;
    zIndex: number;
};
export declare const transitionStyles: {
    entering: {
        backgroundColor: string;
        pointerEvents: string;
        zIndex: string;
    };
    entered: {
        backgroundColor: string;
        pointerEvents: string;
        zIndex: string;
    };
    exited: {
        transition: string;
        backgroundColor: string;
        pointerEvents: string;
    };
};
export declare const IGNORED_PROPS_LIST: ReadonlyArray<string>;