UNPKG

@empathyco/x-components

Version:
12 lines (10 loc) 386 B
/** * Comma separated list of common focusable selectors. * * @public */ /* eslint-disable max-len */ const FOCUSABLE_SELECTORS = 'a[href], button:not([disabled]), details, input:not([disabled]), select:not([disabled]), textarea:not([disabled]), [tabindex]:not([tabindex="-1"])'; /* eslint-enable max-len */ export { FOCUSABLE_SELECTORS }; //# sourceMappingURL=focus.js.map