3 lines
89 B
TypeScript
3 lines
89 B
TypeScript
|
import type { Plugin } from 'vite';
|
||
|
export declare function uniAppPagesPlugin(): Plugin;
|