UNPKG

mylingo3d

Version:

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

8 lines (7 loc) 303 B
import Model from "../../display/Model"; import { TreeItemProps } from "./TreeItem"; type ModelTreeItemProps = TreeItemProps & { appendable: Model; }; declare const ModelTreeItem: ({ appendable }: ModelTreeItemProps) => import("preact/jsx-runtime").JSX.Element; export default ModelTreeItem;