astro-ghostcms/.pnpm-store/v3/files/0d/b706affb8f74ad27237a6f18acb...

5 lines
341 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
import { type VirtualFile } from '@volar/language-core';
export declare function framework2tsx(fileName: string, filePath: string, sourceCode: string, framework: 'vue' | 'svelte'): VirtualFile;
export declare function classNameFromFilename(filename: string): string;
export declare function patchTSX(code: string, fileName: string): string;