UNPKG

mylingo3d

Version:

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

8 lines (7 loc) 338 B
import ILight from "./ILight"; import Defaults from "./utils/Defaults"; import { ExtractProps } from "./utils/extractProps"; export default interface IAmbientLight extends ILight { } export declare const ambientLightSchema: Required<ExtractProps<IAmbientLight>>; export declare const ambientLightDefaults: Defaults<IAmbientLight>;