mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 20:33:32 +08:00
chore(package): update stencil
This commit is contained in:
5
core/src/components.d.ts
vendored
5
core/src/components.d.ts
vendored
@ -13,9 +13,12 @@ declare global {
|
||||
}
|
||||
namespace JSXElements {}
|
||||
|
||||
interface HTMLElement {
|
||||
componentOnReady?: () => Promise<this | null>;
|
||||
}
|
||||
|
||||
interface HTMLStencilElement extends HTMLElement {
|
||||
componentOnReady(): Promise<this>;
|
||||
componentOnReady(done: (ele?: this) => void): void;
|
||||
|
||||
forceUpdate(): void;
|
||||
}
|
||||
|
Reference in New Issue
Block a user