Spaces:
Sleeping
Sleeping
pythonic-rag-FastAPIReact / frontend /node_modules /@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 {}; | |