astro-ghostcms/.pnpm-store/v3/files/e5/fc174e121b303cb1d8a1ead969b...

5 lines
323 B
Plaintext

import type { VirtualCode } from '@volar/language-core';
export declare function framework2tsx(filePath: string, sourceCode: string, framework: 'vue' | 'svelte'): VirtualCode;
export declare function classNameFromFilename(filename: string): string;
export declare function patchTSX(code: string, filePath: string): string;