8 lines
307 B
TypeScript
8 lines
307 B
TypeScript
/**
|
|
* TreeNavigation Component Index
|
|
*
|
|
* Export all tree navigation related types and components
|
|
*/
|
|
|
|
export { TreeNavigation, type TreeNavigationProps, type TreeItem, type TreeNodeItem, type TreeSectionItem, type TreeSeparatorItem } from './TreeNavigation';
|
|
export { default } from './TreeNavigation';
|