Files
2026-01-17 22:16:42 +00:00

3 lines
103 B
TypeScript

import type { PluginOption } from 'vite';
export declare const runtimeBuildPlugin: () => PluginOption;