@spicy-ui/core
Version:
A themable and extensible React UI library, ready to use out of the box
23 lines (22 loc) • 699 B
TypeScript
export declare const bounce: import("styled-components").Keyframes;
export declare const ping: import("styled-components").Keyframes;
export declare const pulse: import("styled-components").Keyframes;
export declare const spin: import("styled-components").Keyframes;
export declare const animationKeyframes: import("styled-components").FlattenSimpleInterpolation;
export declare const animation: {
animation: {
bounce: string;
ping: string;
pulse: string;
spin: string;
};
name: {
bounce: string;
ping: string;
pulse: string;
spin: string;
};
duration: {};
timingFn: {};
delay: {};
};