UNPKG

@itihon/file-tree-view

Version:

File tree view component based on Web Components API

6 lines (5 loc) 197 B
import FileTreeView from './FileTreeView.js'; export default FileTreeView; import type FTVFile from './FTVFile.js'; import type FTVFolder from './FTVFolder.js'; export type { FTVFile, FTVFolder };