Files
2026-08-11 17:41:36 +08:00

3 lines
152 B
TypeScript

import { type UniVitePlugin } from '@dcloudio/uni-cli-shared';
export declare function uniOptions(compilerType?: "vue" | "nvue"): UniVitePlugin['uni'];