astro-ghostcms/.pnpm-store/v3/files/35/d1ad4f405621ba28ab9fc4e9859...

4 lines
287 B
Plaintext
Raw Normal View History

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