UNPKG

@wayneintacart/react-hydration-overlay

Version:

Fork of React utility for descriptive hydration mismatch errors.

10 lines (7 loc) 264 B
import { Plugin } from 'vite'; interface VitePluginOptions { appRootSelector?: string; entry?: RegExp | RegExp[]; } declare function withHydrationOverlayVite(opts?: VitePluginOptions): Plugin; export { type VitePluginOptions, withHydrationOverlayVite };