Skip to content

Commit

Permalink
types: expose tree node
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Feb 24, 2024
1 parent 9350ee4 commit f76d1f7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,11 @@ export type {
ParamValueZeroOrMore,
ParamValueZeroOrOne,
} from './codegen/generateRouteParams'

export type { Options } from './options'
export type { TreeNode } from './core/tree'
export type {
TreeNodeValueParam,
TreeNodeValueStatic,
} from './core/treeNodeValue'
export type { EditableTreeNode } from './core/extendRoutes'

0 comments on commit f76d1f7

Please sign in to comment.