mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
another try
This commit is contained in:
4
packages/bun-framework-next/libs.d.ts
vendored
4
packages/bun-framework-next/libs.d.ts
vendored
@@ -1,4 +0,0 @@
|
||||
declare module "react-dom/server.browser" {
|
||||
const renderToStaticMarkup: any;
|
||||
const renderToString: any;
|
||||
}
|
||||
@@ -20,7 +20,7 @@ import {
|
||||
} from "next/dist/shared/lib/utils";
|
||||
import { RenderOpts } from "next/dist/server/render";
|
||||
import * as NextDocument from "next/document";
|
||||
import * as ReactDOMServer from "react-dom/server.browser";
|
||||
import * as ReactDOMServer from "react-dom/server";
|
||||
import * as React from "react";
|
||||
import * as ReactIs from "react-is";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user