mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 10:21:05 +00:00
Moved function to treeview.js
This commit is contained in:
parent
15a9cfb8d2
commit
a29196c4a2
6 changed files with 56 additions and 52 deletions
2
src/TreeView/index.d.ts
vendored
Normal file
2
src/TreeView/index.d.ts
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
export { default as TreeView } from "./TreeView.svelte";
|
||||
export { toHierarchy } from "./treeview";
|
Loading…
Add table
Add a link
Reference in a new issue