UNPKG

lingo3d-react

Version:

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

8 lines (7 loc) 163 B
import React from "react"; interface HTMLProps { parent?: any; children?: React.ReactNode; } declare const HTML: React.FC<HTMLProps>; export default HTML;