astro-ghostcms/.pnpm-store/v3/files/c0/94c62412bb95393894055be7f97...

4 lines
286 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, documentOnly?: boolean) => vscode.Hover | undefined;
//# sourceMappingURL=hover.d.ts.map