computedFiles.d.ts 304 B

1234
  1. import { VirtualFile } from '@volar/language-core';
  2. import type { Sfc, VueLanguagePlugin } from '../types';
  3. export declare function computedFiles(plugins: ReturnType<VueLanguagePlugin>[], fileName: string, sfc: Sfc, codegenStack: boolean): () => VirtualFile[];
  4. //# sourceMappingURL=computedFiles.d.ts.map