UNPKG

@kcirtaptrick/framer-motion

Version:

A simple and powerful React animation library

12 lines (11 loc) 315 B
/// <reference types="react" /> import { NodeGroup } from "../projection/node/group"; export interface LayoutGroupContextProps { id?: string; group?: NodeGroup; forceRender?: VoidFunction; } /** * @internal */ export declare const LayoutGroupContext: import("react").Context<LayoutGroupContextProps>;