UNPKG

mylingo3d

Version:

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

6 lines (5 loc) 216 B
type EmptyTreeItemProps = { onDrop?: (draggingItem?: any) => void; }; declare const EmptyTreeItem: ({ onDrop }: EmptyTreeItemProps) => import("preact/jsx-runtime").JSX.Element; export default EmptyTreeItem;