UNPKG

lingo3d

Version:

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

7 lines (6 loc) 295 B
import { ExtractProps } from "./utils/extractProps"; import IAppendable from "./IAppendable"; export default interface ISky extends IAppendable { } export declare const skySchema: Required<ExtractProps<ISky>>; export declare const skyDefaults: Partial<import("./utils/Defaults").default<ISky>>;