mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-16 19:01:05 +00:00
Fix that toHierarchy couldn't be found. Updated docs and test.
This commit is contained in:
parent
491b319078
commit
048c10a6ab
11 changed files with 70 additions and 47 deletions
1
types/index.d.ts
vendored
1
types/index.d.ts
vendored
|
@ -143,6 +143,7 @@ export { default as TooltipFooter } from "./Tooltip/TooltipFooter.svelte";
|
|||
export { default as TooltipDefinition } from "./TooltipDefinition/TooltipDefinition.svelte";
|
||||
export { default as TooltipIcon } from "./TooltipIcon/TooltipIcon.svelte";
|
||||
export { default as TreeView } from "./TreeView/TreeView.svelte";
|
||||
export { default as toHierarchy } from "./TreeView/treeview";
|
||||
export { default as Truncate } from "./Truncate/Truncate.svelte";
|
||||
export { default as truncate } from "./Truncate/truncate";
|
||||
export { default as Header } from "./UIShell/Header.svelte";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue