UNPKG

lingo3d-react

Version:

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

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