UNPKG

mylingo3d

Version:

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

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