@empathyco/x-components
Version:
Empathy X Components
10 lines (8 loc) • 322 B
JavaScript
/**
* Comma separated list of common focusable selectors.
*
* @public
*/
const FOCUSABLE_SELECTORS = 'a[href], button:not([disabled]), details, input:not([disabled]), select:not([disabled]), textarea:not([disabled]), [tabindex]:not([tabindex="-1"])';
export { FOCUSABLE_SELECTORS };
//# sourceMappingURL=focus.js.map