FLUJOS/VISUALIZACION/node_modules/polished/lib/shorthands/animation.d.ts
2025-11-07 00:06:12 +01:00

7 lines
167 B
TypeScript
Executable file

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