astro-ghostcms/.pnpm-store/v3/files/38/63c67d36f0e3dc50be2cc0eae70...

4 lines
305 B
Plaintext
Raw Permalink Normal View History

2024-02-14 14:10:47 +00:00
import type { CodeAction, ServiceContext } from '@volar/language-service';
export declare function enhancedProvideCodeActions(codeActions: CodeAction[], context: ServiceContext): CodeAction[];
export declare function enhancedResolveCodeAction(codeAction: CodeAction, context: ServiceContext): CodeAction;