astro-ghostcms/.pnpm-store/v3/files/ca/bb4e390273ad858ebc99ea3e67d...

4 lines
274 B
Plaintext

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=jsDoc.d.ts.map