Files
low-code-react-app-b/packages/spark-tools/dist/designerPlugin.d.ts
2026-01-17 22:16:42 +00:00

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;