Sha256: e61c918bb5f4a39b795a06e22bc4d44befcefd22f6a5c8a732c9ed0b565a6128
Contents?: true
Size: 431 Bytes
Versions: 26
Compression:
Stored size: 431 Bytes
Contents
import { ClickableInputOrButton } from '../click/isClickableInput'; import { EditableInputOrTextarea } from '../edit/isEditable'; /** * Determine if the element has its own selection implementation * and does not interact with the Document Selection API. */ export declare function hasOwnSelection(node: Node): node is EditableInputOrTextarea; export declare function hasNoSelection(node: Node): node is ClickableInputOrButton;
Version data entries
26 entries across 26 versions & 1 rubygems