astro-ghostcms/.pnpm-store/v3/files/61/424bed9c182d32d90288070e583...

4 lines
313 B
Plaintext

import type { ServiceContext } from '../types';
import type * as vscode from 'vscode-languageserver-protocol';
export declare function register(context: ServiceContext): (uri: string, token?: vscode.CancellationToken) => Promise<vscode.ColorInformation[] | undefined>;
//# sourceMappingURL=documentColors.d.ts.map