2024-04-26 21:28:51 +08:00

3 lines
92 B
TypeScript

import type { Plugin } from "vite";
export declare function demo(enable?: boolean): Plugin;