framer-motion
Version:
A simple and powerful React animation library
4 lines (3 loc) • 307 B
TypeScript
import { VisualElement } from "../../render/types";
import { MotionProps } from "../types";
export declare function useProjection(projectionId: number | undefined, { layoutId, layout, drag, dragConstraints, layoutScroll }: MotionProps, visualElement?: VisualElement, ProjectionNodeConstructor?: any): void;