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
type PropertyTreeItemProps = { property: string; uuid: string; }; declare const PropertyTreeItem: ({ property, uuid }: PropertyTreeItemProps) => import("preact").JSX.Element; export default PropertyTreeItem;