UNPKG

lingo3d

Version:

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

5 lines (4 loc) 227 B
import Appendable from "../../display/core/Appendable"; export declare const addDisposeStateSystem: (item: Appendable, data: { setState: (val: any) => void; }) => void, deleteDisposeStateSystem: (item: Appendable) => void;