UNPKG

lingo3d-react

Version:

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

6 lines (5 loc) 178 B
import IPointLight from "lingo3d/lib/interface/IPointLight"; import React from "react"; export type PointLightProps = Partial<IPointLight> & { children?: React.ReactNode; };