mirror of
https://github.com/johndoe6345789/low-code-react-app-b.git
synced 2026-04-24 13:44:54 +00:00
9 lines
301 B
TypeScript
9 lines
301 B
TypeScript
import type { PluginOption } from 'vite';
|
|
export default function getCwd(): string;
|
|
export declare function tagFile(source: string, filePath: string): {
|
|
code: string;
|
|
map: any;
|
|
};
|
|
export declare const tagSourcePlugin: () => PluginOption;
|
|
export declare const designerHost: () => PluginOption;
|