@nova-ui/bits
Version:
SolarWinds Nova Framework
10 lines (9 loc) • 438 B
TypeScript
import { CaretCoordinates } from "../models";
import * as i0 from "@angular/core";
export declare class FreeTypeQueryUtilsService {
private window;
constructor(window: any);
getTextareaCaretCoordinates(element: HTMLTextAreaElement, position: number): CaretCoordinates;
static ɵfac: i0.ɵɵFactoryDeclaration<FreeTypeQueryUtilsService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<FreeTypeQueryUtilsService>;
}