UNPKG

lingo3d

Version:

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

7 lines (6 loc) 350 B
import IAppendable from "./IAppendable"; import { ExtractProps } from "./utils/extractProps"; export default interface IGameGraphChild extends IAppendable { } export declare const gameGraphChildSchema: Required<ExtractProps<IGameGraphChild>>; export declare const gameGraphChildDefaults: Partial<import("./utils/Defaults").default<IGameGraphChild>>;