Files
flights_web_raw/node_modules/polished/lib/shorthands/animation.d.ts
T

8 lines
167 B
TypeScript

import { Styles } from '../types/style';
declare function animation(
...args: Array<Array<string | number> | string | number>
): Styles;
export default animation;