UNPKG

@kcirtaptrick/framer-motion

Version:

A simple and powerful React animation library

4 lines (3 loc) 194 B
/// <reference types="react" /> import { ReorderContextProps } from "../components/Reorder/types"; export declare const ReorderContext: import("react").Context<ReorderContextProps<any> | null>;