Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-ogawa committed Apr 12, 2024
1 parent e421c9d commit bb37e18
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions examples/react-server/src/types/react.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ declare module "react-server-dom-webpack/client.edge" {
stream: ReadableStream<Uint8Array>,
options: {
ssrManifest: import(".").SsrManifest;
// TODO
// encodeFormAction
},
): Promise<T>;
}
Expand All @@ -47,7 +45,3 @@ declare module "react-server-dom-webpack/client.browser" {
},
): Promise<T>;
}

declare module "react-dom/server.edge" {
export * from "react-dom/server";
}

0 comments on commit bb37e18

Please sign in to comment.