attributes.d.ts 503 B

1234567891011121314
  1. export declare const ROLE = "role";
  2. export declare const ARIA_CONTROLS = "aria-controls";
  3. export declare const ARIA_CURRENT = "aria-current";
  4. export declare const ARIA_LABEL = "aria-label";
  5. export declare const ARIA_HIDDEN = "aria-hidden";
  6. export declare const TAB_INDEX = "tabindex";
  7. export declare const DISABLED = "disabled";
  8. /**
  9. * The array with all attributes.
  10. *
  11. * @since 3.0.0
  12. */
  13. export declare const ALL_ATTRIBUTES: string[];
  14. //# sourceMappingURL=../../../src/js/constants/attributes.d.ts.map