UNPKG

@stencil/core

Version:

A Compiler for Web Components and Progressive Web Apps

11 lines (10 loc) 243 B
export declare const hmrWindow: (data: { window: Window; hmr: any; }) => { updatedComponents: string[]; updatedExternalStyles: string[]; updatedInlineStyles: string[]; updatedImages: string[]; versionId: string; };