astro-ghostcms/.pnpm-store/v3/files/fa/59916e49426f1ea2e47fc685cc0...

4 lines
360 B
Plaintext
Raw Permalink Normal View History

2024-02-14 14:10:47 +00:00
import type { ServiceContext } from '../types';
import type * as vscode from 'vscode-languageserver-protocol';
export declare function register(context: ServiceContext): (uri: string, color: vscode.Color, range: vscode.Range, token?: vscode.CancellationToken) => Promise<vscode.ColorPresentation[] | undefined>;
//# sourceMappingURL=colorPresentations.d.ts.map