@vuedx/typescript-plugin-vue
Version:
TypeScript plugin for Vue
12 lines • 442 B
TypeScript
import type { VueSFCDocument } from '@vuedx/vue-virtual-textdocument';
export interface TextRange {
start: number;
end: number;
length: number;
}
export declare const TemplateGlobals: {
find(file: VueSFCDocument, offset: number): TextRange | null;
findLHS(file: VueSFCDocument, offset: number): TextRange | null;
findRHS(file: VueSFCDocument, offset: number): TextRange | null;
};
//# sourceMappingURL=helpers.d.ts.map