Sha256: ff19dc110f81f34975ae8c15962667cecfa796c7e2704eef6ea914b9c42e64f1
Contents?: true
Size: 350 Bytes
Versions: 26
Compression:
Stored size: 350 Bytes
Contents
/** * Determine which selection logic and selection ranges to consider. */ export declare function getTargetTypeAndSelection(node: Node): { readonly type: "input"; readonly selection: import("../../document").UISelectionRange; } | { readonly type: "contenteditable" | "default"; readonly selection: Selection | null | undefined; };
Version data entries
26 entries across 26 versions & 1 rubygems