UNPKG

react-simple-animate

Version:
6 lines (5 loc) 177 B
import { Keyframes } from '../types'; export default function createStyle({ keyframes, animationName, }: { keyframes: Keyframes; animationName: string; }): string;