astro-ghostcms/.pnpm-store/v3/files/c3/137c6286dfd23fa94a760d9b854...

4 lines
283 B
Plaintext
Raw Normal View History

2024-02-14 19:45:06 +00:00
import type * as vscode from 'vscode-languageserver-protocol';
import type { ServiceContext } from '../types';
export declare function register(context: ServiceContext): (uri: string, position: vscode.Position, token?: vscode.CancellationToken) => Promise<vscode.Hover | undefined>;