UNPKG

416 BTypeScriptView Raw
1export declare const easing: {
2 rubber: string;
3};
4export declare const animation: {
5 rotate360: import("@emotion/serialize").Keyframes;
6 glow: import("@emotion/serialize").Keyframes;
7 float: import("@emotion/serialize").Keyframes;
8 jiggle: import("@emotion/serialize").Keyframes;
9 inlineGlow: import("@emotion/utils").SerializedStyles;
10 hoverable: import("@emotion/utils").SerializedStyles;
11};