UNPKG

mylingo3d

Version:

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

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