UNPKG

@maskito/core

Version:

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

3 lines 233 B
import type { ElementState, SelectionRange } from '../types'; export declare function getNotEmptySelection({ value, selection }: ElementState, isForward: boolean): SelectionRange; //# sourceMappingURL=get-not-empty-selection.d.ts.map