UNPKG

lingo3d

Version:

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

4 lines (3 loc) 508 B
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: (instance: Type) => void) => readonly [(params: Params, paramString?: string, context?: Context) => Type, (object: Type | null | undefined) => boolean | import("@lincode/promiselikes").Cancellable | null | undefined]; export default _default;