diff --git a/src/declarations/stencil-ext-modules.d.ts b/src/declarations/stencil-ext-modules.d.ts index 150f3410648..06c9b3b1d22 100644 --- a/src/declarations/stencil-ext-modules.d.ts +++ b/src/declarations/stencil-ext-modules.d.ts @@ -25,7 +25,9 @@ declare module '*.vert' { declare module '*?worker' { export const worker: Worker; - export const fileName: string; + export const workerMsgId: string; + export const workerName: string; + export const workerPath: string; } declare module '*?format=url' {