UNPKG

lingo3d

Version:

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

9 lines (8 loc) 373 B
import Appendable from "./core/Appendable"; import ISky from "../interface/ISky"; export default class Sky extends Appendable implements ISky { static componentName: string; static defaults: Partial<import("../interface/utils/Defaults").default<ISky>>; static schema: Required<import("../interface/utils/extractProps").ExtractProps<ISky>>; constructor(); }