UNPKG

motion-v

Version:

<h1 align="center"> <img width="35" height="35" alt="Motion logo" src="https://github.com/user-attachments/assets/00d6d1c3-72c4-4c2f-a664-69da13182ffc" /><br />Motion for Vue</h1>

13 lines (12 loc) 469 B
import { Feature } from './feature'; /** * Global lazy-loaded features registry * Updated by useMotionState when LazyMotion context provides features * Read by MotionState during feature initialization */ export declare const lazyFeatures: Array<typeof Feature>; /** * Update the global lazy features array * Called from useMotionState when LazyMotion context features change */ export declare function updateLazyFeatures(features: Array<typeof Feature>): void;