UNPKG

167 BTypeScriptView Raw
1import { Styles } from '../types/style';
2
3declare function animation(
4 ...args: Array<Array<string | number> | string | number>
5): Styles;
6
7export default animation;