Moved function to treeview.js

This commit is contained in:
Bram 2024-12-01 21:27:12 +01:00 committed by Eric Liu
commit a29196c4a2
6 changed files with 56 additions and 52 deletions

2
src/TreeView/index.d.ts vendored Normal file
View file

@ -0,0 +1,2 @@
export { default as TreeView } from "./TreeView.svelte";
export { toHierarchy } from "./treeview";