Preview: keyframes.d.ts
Size: 358 B
/proc/thread-self/root/home/byroehnu/.trash/node_modules11/@emotion/react/dist/declarations/src/keyframes.d.ts
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 {};
Directory Contents
Dirs: 0 × Files: 13