2 lines
91 B
TypeScript
2 lines
91 B
TypeScript
import type { Plugin } from 'vite';
|
|
export declare function vitePluginDevStatus(): Plugin;
|