mirror of
https://github.com/johndoe6345789/low-code-react-app-b.git
synced 2026-04-25 06:04:54 +00:00
3 lines
103 B
TypeScript
3 lines
103 B
TypeScript
import type { PluginOption } from 'vite';
|
|
export declare const runtimeBuildPlugin: () => PluginOption;
|