computedVueSfc.d.ts 376 B

12345
  1. import type { SFCParseResult } from '@vue/compiler-sfc';
  2. import type * as ts from 'typescript/lib/tsserverlibrary';
  3. import { VueLanguagePlugin } from '../types';
  4. export declare function computedVueSfc(plugins: ReturnType<VueLanguagePlugin>[], fileName: string, snapshot: () => ts.IScriptSnapshot): () => SFCParseResult | undefined;
  5. //# sourceMappingURL=computedVueSfc.d.ts.map