Blame view

天文台pc/tianwentai-ui/node_modules/@emotion/react/dist/declarations/src/keyframes.d.ts 358 Bytes
bc518174   王天杨   提交两个项目文件
1
2
3
4
5
6
7
8
9
10
  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 {};