Sha256: d68dbcf1af6d2350f7562a66c5a353d9fe75f4ab08ef648ec44e0d551196baf2
Contents?: true
Size: 359 Bytes
Versions: 26
Compression:
Stored size: 359 Bytes
Contents
/** * Check if an element is disabled * https://www.w3.org/TR/html-aam-1.0/#html-attribute-state-and-property-mappings * https://www.w3.org/TR/wai-aria-1.1/#aria-disabled * * @param element * @returns {boolean} true if disabled, otherwise false */ export declare function isDisabled(element: Element): boolean; //# sourceMappingURL=is-disabled.d.ts.map
Version data entries
26 entries across 26 versions & 1 rubygems