astro-ghostcms/.pnpm-store/v3/files/d6/7affe13e0ea8da906885fadeaca...

4 lines
282 B
Plaintext

import type * as vscode from '@volar/language-service';
import { SharedContext } from '../../types';
export declare function register(ctx: SharedContext): (uri: string, position: vscode.Position) => vscode.CompletionItem[] | undefined;
//# sourceMappingURL=directiveComment.d.ts.map