UNPKG

motion

Version:

The Motion library for the web

4 lines (3 loc) 168 B
/// <reference types="react" /> import { AnimationContextProps } from "./types"; export declare const AnimationContext: import("react").Context<AnimationContextProps>;