Skip to content

Commit

Permalink
fix(Tree): Export TreeNodeProps (#6313)
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswiggins authored Aug 8, 2023
1 parent 0953533 commit 21eec87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/components/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,4 +114,4 @@ export { Toaster, ToastOptions } from "./toast/toaster";
export { TooltipProps, Tooltip } from "./tooltip/tooltip";
export { Tree, TreeProps } from "./tree/tree";
export { TreeNodeInfo, TreeEventHandler } from "./tree/treeTypes";
export { TreeNode } from "./tree/treeNode";
export { TreeNode, TreeNodeProps } from "./tree/treeNode";

1 comment on commit 21eec87

@adidahiya
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fix(Tree): Export TreeNodeProps (#6313)

Build artifact links for this commit: documentation | landing | table | demo

This is an automated comment from the deploy-preview CircleCI job.

Please sign in to comment.