UNPKG

@empathyco/x-components

Version:
10 lines (8 loc) 322 B
/** * 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