UNPKG

@maskito/core

Version:

The main zero-dependency and framework-agnostic Maskito's package to create an input mask

3 lines 220 B
import type { SelectionRange } from '../../types'; export declare function setContentEditableSelection(element: HTMLElement, [from, to]: SelectionRange): void; //# sourceMappingURL=set-content-editable-selection.d.ts.map