UNPKG

@emotion/react

Version:
11 lines (10 loc) 358 B
import { CSSInterpolation } from '@emotion/serialize'; type Keyframes = { name: string; styles: string; anim: 1; toString: () => string; } & string; export declare function keyframes(template: TemplateStringsArray, ...args: CSSInterpolation[]): Keyframes; export declare function keyframes(...args: CSSInterpolation[]): Keyframes; export {};