astro-ghostcms/.pnpm-store/v3/files/c2/a26189ae393e9db760d25d456ea...

4 lines
259 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): (item: vscode.InlayHint, token?: vscode.CancellationToken) => Promise<vscode.InlayHint>;