UNPKG

lingo3d

Version:

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

8 lines (7 loc) 333 B
import IPlane from "./IPlane"; import { ExtractProps } from "./utils/extractProps"; export default interface IAreaLight extends IPlane { intensity: number; } export declare const areaLightSchema: Required<ExtractProps<IAreaLight>>; export declare const areaLightDefaults: Partial<import("./utils/Defaults").default<IAreaLight>>;