Files
johndoe6345789 9a40d3f6ea refactor: move root codegen/ and pastebin/ into frontends/
- codegen/packages/spark-tools → frontends/codegen/packages/spark-tools
- root pastebin/ was subset of frontends/pastebin/, removed

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-09 23:03:11 +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;