hmr-window.d.ts 243 B

12345678910
  1. export 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. };