package.dist.constructors.keyframes.d.ts Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of styled-components Show documentation
Show all versions of styled-components Show documentation
CSS for the <Component> Age. Style components your way with speed, strong typing, and flexibility.
The newest version!
import Keyframes from '../models/Keyframes';
import { Interpolation, Styles } from '../types';
export default function keyframes(strings: Styles, ...interpolations: Array>): Keyframes;