ui-nyla/src/components/Navigation/TreeNavigation/index.ts
2026-01-20 00:56:00 +01:00

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';