EASYAIuniappNewUI/node_modules/@dcloudio/uni-app-vite/dist/nvue/plugins/appCss.d.ts
2025-02-08 18:50:38 +08:00

9 lines
232 B
TypeScript

import type { Plugin } from 'vite';
declare module '@vue/compiler-sfc' {
interface SFCDescriptor {
id: string;
}
}
export declare const APP_CSS_JS = "./app.css.js";
export declare function uniAppCssPlugin(): Plugin;