manifestJson.d.ts 174 B

123
  1. import type { Plugin } from 'vite';
  2. export declare function getOutputManifestJson(): Record<string, any> | undefined;
  3. export declare function uniAppManifestPlugin(): Plugin;