UNPKG

lingo3d

Version:

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

8 lines (7 loc) 249 B
type FileTreeItemProps = { fileStructure: any; folderName?: string; myPath?: string; }; declare const FileTreeItem: ({ fileStructure, folderName, myPath }: FileTreeItemProps) => import("preact").JSX.Element; export default FileTreeItem;