Skip to content

Commit

Permalink
feat(@remix-run/react): export SerializeFrom type utility
Browse files Browse the repository at this point in the history
to infer JSON serialized types coming from a loader or action
  • Loading branch information
pcattori committed Aug 17, 2022
1 parent ed96732 commit 642cf6d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/remix-react/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ export type { ShouldReloadFunction, HtmlMetaDescriptor } from "./routeModules";

export { ScrollRestoration } from "./scroll-restoration";

export type { SerializeFrom } from "./serialize";

export type { RemixServerProps } from "./server";
export { RemixServer } from "./server";

Expand Down

0 comments on commit 642cf6d

Please sign in to comment.