index.d.ts 112 B

12
  1. import type { Plugin } from 'vite';
  2. export declare function createHandleHotUpdate(): Plugin['handleHotUpdate'];