Skip to content

Commit f76d1f7

Browse files
committed
types: expose tree node
1 parent 9350ee4 commit f76d1f7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/types.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,11 @@ export type {
6464
ParamValueZeroOrMore,
6565
ParamValueZeroOrOne,
6666
} from './codegen/generateRouteParams'
67+
68+
export type { Options } from './options'
69+
export type { TreeNode } from './core/tree'
70+
export type {
71+
TreeNodeValueParam,
72+
TreeNodeValueStatic,
73+
} from './core/treeNodeValue'
74+
export type { EditableTreeNode } from './core/extendRoutes'

0 commit comments

Comments
 (0)