UNPKG

lingo3d

Version:

Lingo3D is a React/Vue 3d game development framework that ships with a complete visual editor

5 lines (4 loc) 279 B
declare const getTimelineExpandedUUIDs: import("@lincode/reactivity").GetGlobalState<Set<string>[]>; export { getTimelineExpandedUUIDs }; export declare const addTimelineExpandedUUID: (val: string) => void; export declare const deleteTimelineExpandedUUID: (val: string) => void;