UNPKG

lingo3d

Version:

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

5 lines (4 loc) 468 B
export declare const clearCollectionEffectSystem: { add: ((item: Map<any, any> | Set<any>, initData?: void | Record<string, any> | undefined) => false | import("@lincode/promiselikes").Cancellable) | ((item: Map<any, any> | Set<any>, initData?: void | Record<string, any> | undefined) => boolean); delete: ((item: Map<any, any> | Set<any>) => false | import("@lincode/promiselikes").Cancellable | undefined) | ((item: Map<any, any> | Set<any>) => boolean); };