UNPKG

@adaptabletools/adaptable

Version:

Powerful data-agnostic HTML5 AG Grid extension which provides advanced, cutting-edge functionality to meet all DataGrid requirements

6 lines (5 loc) 182 B
export declare function useSelectionRange<T extends HTMLInputElement | HTMLTextAreaElement>(): { ref: (node: T) => void; selectionStart: number; selectionEnd: number; };