import { ITextField } from "../_types/ITextField"; /** * Jumps the cursor to the top, bottom, start of line or end of line * @param textField The text field ot move the cursor for * @param direction The movement direction * @param expandSelection Whether to alter the current text selection */ export declare function jumpCursor(textField: ITextField, direction: { dx?: number; dy?: number; }, expandSelection?: boolean): void; //# sourceMappingURL=jumpCursor.d.ts.map