Skip to content

Commit

Permalink
fix: export more types to allow declaration: true or composite (#2222)
Browse files Browse the repository at this point in the history
  • Loading branch information
chorobin authored Aug 29, 2024
1 parent 823c409 commit 7219e50
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions packages/react-router/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,40 @@ export type {
TrimPathRight,
RootRouteOptions,
AnyRouteWithContext,
ParseSplatParams,
SplatParams,
StringifyParamsFn,
ParamsOptions,
FullSearchSchemaOption,
RouteContextFn,
RouteContextOptions,
BeforeLoadFn,
BeforeLoadContextOptions,
AnySearchValidator,
DefaultSearchValidator,
ContextOptions,
SearchValidatorObj,
AnySearchValidatorObj,
AnySearchValidatorAdapter,
AnySearchValidatorFn,
SearchValidatorFn,
SearchValidator,
InferAllParams,
InferAllContext,
ResolveSearchSchemaFnInput,
ResolveSearchSchemaInput,
ResolveSearchSchema,
LooseReturnType,
LooseAsyncReturnType,
ContextReturnType,
ContextAsyncReturnType,
RouteContextParameter,
BeforeLoadContextParameter,
ResolveAllContext,
ResolveLoaderData,
ResolveAllParamsFromParent,
ResolveRouteContext,
ResolveSearchSchemaFn,
} from './route'

export type {
Expand Down

0 comments on commit 7219e50

Please sign in to comment.