Skip to content

Commit

Permalink
fix missing type
Browse files Browse the repository at this point in the history
  • Loading branch information
ryansolid committed Oct 24, 2023
1 parent 1a3a702 commit 2986f1b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/dom-expressions/src/client.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,7 @@ export function generateHydrationScript(): string;
export function Assets(props: { children?: JSX.Element }): JSX.Element;
export function Hydration(props: { children?: JSX.Element }): JSX.Element;
export function NoHydration(props: { children?: JSX.Element }): JSX.Element;
export interface RequestEvent {
request: Request;
}
export function getRequestEvent(): RequestEvent | undefined;

0 comments on commit 2986f1b

Please sign in to comment.