Skip to content

Commit

Permalink
fix(declarations): fix nightly build (#5850)
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-bromann authored Jun 24, 2024
1 parent 85ad4c9 commit f9f1452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/declarations/stencil-private.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1137,7 +1137,7 @@ export interface HostElement extends HTMLElement {

['s-p']?: Promise<void>[];

componentOnReady?: () => Promise<this> | undefined;
componentOnReady?: () => Promise<this>;
}

export interface HydrateResults {
Expand Down

0 comments on commit f9f1452

Please sign in to comment.