UNPKG

lingo3d

Version:

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

7 lines (6 loc) 216 B
import { ComponentChildren } from "preact"; type SectionOptions = { children?: ComponentChildren; }; declare const Section: ({ children }: SectionOptions) => import("preact").JSX.Element; export default Section;