UNPKG

lingo3d

Version:

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

8 lines (7 loc) 243 B
import { ComponentChildren } from "preact"; type TitleBarProps = { title?: string; children?: ComponentChildren; }; declare const TitleBar: ({ title, children }: TitleBarProps) => import("preact").JSX.Element; export default TitleBar;