computedSfc.d.ts 441 B

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