UNPKG

motion

Version:

The Motion library for the web

4 lines (3 loc) 199 B
import { MotionKeyframes } from "../../dom/types"; import { MotionCSSProperties } from "../types"; export declare function convertKeyframesToStyles(keyframes?: MotionKeyframes): MotionCSSProperties;