UNPKG

motion

Version:

The Motion library for the web

3 lines (2 loc) 229 B
import { AnimationListOptions, AnimationOptions, AnimationOptionsWithOverrides } from "../types"; export declare const getOptions: (options: AnimationOptionsWithOverrides | AnimationListOptions, key: string) => AnimationOptions;