@empathyco/x-components
Version:
Empathy X Components
7 lines • 307 B
TypeScript
/**
* Comma separated list of common focusable selectors.
*
* @public
*/
export declare const FOCUSABLE_SELECTORS = "a[href], button:not([disabled]), details, input:not([disabled]), select:not([disabled]), textarea:not([disabled]), [tabindex]:not([tabindex=\"-1\"])";
//# sourceMappingURL=focus.d.ts.map