- export declare const ROLE = "role";
- export declare const ARIA_CONTROLS = "aria-controls";
- export declare const ARIA_CURRENT = "aria-current";
- export declare const ARIA_LABEL = "aria-label";
- export declare const ARIA_HIDDEN = "aria-hidden";
- export declare const TAB_INDEX = "tabindex";
- export declare const DISABLED = "disabled";
- export declare const ARIA_ORIENTATION = "aria-orientation";
- /**
- * The array with all attributes.
- *
- * @since 3.0.0
- */
- export declare const ALL_ATTRIBUTES: string[];
- //# sourceMappingURL=../../../src/js/constants/attributes.d.ts.map
|