UNPKG

jsx-email

Version:

Render JSX email components to HTML email

7 lines 229 B
import type { PluginOption } from 'vite'; interface ViteReloadOptions { globs: string[]; } export declare const reloadPlugin: (options: ViteReloadOptions) => PluginOption; export {}; //# sourceMappingURL=vite-reload.d.mts.map