lingo3d
Version:
Lingo3D is a React/Vue 3d game development framework that ships with a complete visual editor
6 lines (5 loc) • 327 B
TypeScript
import { Cancellable } from "@lincode/promiselikes";
import type Model from "../../display/Model";
export declare const refreshFactorsSystem: {
add: ((item: Model, initData?: void | Record<string, any> | undefined) => false | Cancellable) | ((item: Model, initData?: void | Record<string, any> | undefined) => boolean);
};