@dej611/spid-react-button
Version:
Pulsante SSO per SPID in React
30 lines (29 loc) • 873 B
TypeScript
export declare const DEFAULT_TRANSITION_TIME = 2000;
export declare const BUTTON_DELAY_TIME = 1.1;
export declare const DELAY_STEP = 0.1;
export declare const possibleStates: {
readonly INIT: {
readonly type: "init";
};
readonly ENTERING: {
readonly type: "entering";
};
readonly ENTERED: {
readonly type: "entered";
};
readonly EXITING: {
readonly type: "exiting";
};
readonly EXITED: {
readonly type: "exited";
};
};
export declare const panelAnimClass = "spid-button-panel-anim";
export declare const logoAnimationOutClass = "spid-button-logo-animation-out";
export declare const emptyClass = "";
export declare const buttonIconAnimationClass = "spid-button-icon-animation";
export declare const sizeMapping: {
sm: string;
md: string;
l: string;
};