UNPKG

243 BTypeScriptView Raw
1export declare const hmrWindow: (data: {
2 window: Window;
3 hmr: any;
4}) => {
5 updatedComponents: string[];
6 updatedExternalStyles: string[];
7 updatedInlineStyles: string[];
8 updatedImages: string[];
9 versionId: string;
10};