mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 10:21:05 +00:00
Fix typing error for treeview
This commit is contained in:
parent
540d513668
commit
b019950e14
3 changed files with 7 additions and 4 deletions
2
types/TreeView/treeview.d.ts
vendored
2
types/TreeView/treeview.d.ts
vendored
|
@ -1,4 +1,4 @@
|
|||
import { type TreeNode } from "carbon-components-svelte/TreeView/TreeView.svelte";
|
||||
import { type TreeNode } from "./TreeView.svelte";
|
||||
/**
|
||||
* Create a nested array from a flat array
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue