astro-ghostcms/.pnpm-store/v3/files/57/fad82fa572c4112445ef68cc3f0...

4 lines
276 B
Plaintext

import type * as vscode from '@volar/language-service';
import type { SharedContext } from '../types';
export declare function register(ctx: SharedContext): (uri: string, range: vscode.Range) => Promise<vscode.InlayHint[] | undefined>;
//# sourceMappingURL=inlayHints.d.ts.map