UNPKG

lingo3d-react

Version:

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

7 lines (6 loc) 301 B
import React from "react"; import { SpotLight as GameSpotLight } from "lingo3d"; declare const SpotLight: React.ForwardRefExoticComponent<Partial<import("lingo3d/lib/interface/ISpotLight").default> & { children?: React.ReactNode; } & React.RefAttributes<GameSpotLight>>; export default SpotLight;