Skip to content

Commit

Permalink
chore(revert): Remove UseDataFunctionReturn type export (#3815)
Browse files Browse the repository at this point in the history
  • Loading branch information
chaance authored Jul 21, 2022
1 parent 3cb83e0 commit 4b1f756
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
6 changes: 0 additions & 6 deletions .changeset/loud-emus-cross.md

This file was deleted.

1 change: 0 additions & 1 deletion packages/remix-react/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ export type {
SubmitFunction,
RemixNavLinkProps as NavLinkProps,
RemixLinkProps as LinkProps,
UseDataFunctionReturn,
} from "./components";
export {
Meta,
Expand Down
1 change: 0 additions & 1 deletion rollup.utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,6 @@ function getMagicExports(packageName) {
"SubmitFunction",
"SubmitOptions",
"ThrownResponse",
"UseDataFunctionReturn",
],
},
"@remix-run/server-runtime": {
Expand Down

0 comments on commit 4b1f756

Please sign in to comment.