UNPKG

lingo3d

Version:

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

7 lines (6 loc) 238 B
import Appendable from "../../../display/core/Appendable"; type Props = { onDrop?: (draggingItem: Appendable) => void; }; declare const EmptyTreeItem: ({ onDrop }: Props) => import("preact").JSX.Element; export default EmptyTreeItem;