astro-ghostcms/.pnpm-store/v3/files/ce/d379526627b0460e2856e3ac86f...

9 lines
375 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
import { SharedContext } from '../types';
import type * as vscode from '@volar/language-service';
export declare const renameInfoOptions: {
allowRenameOfImportPath: boolean;
};
export declare function register(ctx: SharedContext): (uri: string, position: vscode.Position) => vscode.Range | {
message: string;
} | undefined;
//# sourceMappingURL=prepareRename.d.ts.map