diff --git a/src/declarations/stencil-public-runtime.ts b/src/declarations/stencil-public-runtime.ts index 63f783b2310..e656d4beba2 100644 --- a/src/declarations/stencil-public-runtime.ts +++ b/src/declarations/stencil-public-runtime.ts @@ -395,10 +395,9 @@ export declare function forceUpdate(ref: any): void; */ export declare function getRenderingRef(): any; +// TODO: remove `autocorrect` omission when this is properly typed in [in typescript](https://github.com/microsoft/typescript/issues/62083) export interface HTMLStencilElement extends Omit { componentOnReady(): Promise; - // TODO: remove this when [added to typescript](https://github.com/microsoft/typescript/issues/62083) - autocorrect: 'on' | 'off'; } /**