We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
defineCustomElements
1 parent 7d5dc6c commit cb8df56Copy full SHA for cb8df56
src/compiler/output-targets/output-lazy-loader.ts
@@ -85,7 +85,7 @@ export interface CustomElementsDefineOptions {
85
ael?: (el: EventTarget, eventName: string, listener: EventListenerOrEventListenerObject, options: boolean | AddEventListenerOptions) => void;
86
rel?: (el: EventTarget, eventName: string, listener: EventListenerOrEventListenerObject, options: boolean | AddEventListenerOptions) => void;
87
}
88
-export declare function defineCustomElements(win?: Window, opts?: CustomElementsDefineOptions): Promise<void>;
+export declare function defineCustomElements(win?: Window, opts?: CustomElementsDefineOptions): void;
89
export declare function applyPolyfills(): Promise<void>;
90
91
/**
0 commit comments