lingo3d
Version:
Lingo3D is a React/Vue 3d game development framework that ships with a complete visual editor
4 lines (3 loc) • 465 B
TypeScript
import { PointType } from "../../utils/isPoint";
declare const _default: <Type extends object, Params extends (string | number | boolean | PointType | undefined)[], Context extends void | object = void>(factory: (params: Params, context: Context) => Type, dispose?: ((object: Type) => void) | undefined) => readonly [(params: Params, paramString?: string, context?: Context) => Type, (object: Type | null | undefined) => void, () => void];
export default _default;