We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1609871 commit 2e16b8eCopy full SHA for 2e16b8e
src/components/button/types/button.ts
@@ -18,6 +18,7 @@ type ButtonAriaAttributes = Pick<
18
| 'aria-expanded'
19
| 'aria-pressed'
20
| 'aria-disabled'
21
+ | 'aria-hidden'
22
>;
23
24
/**
0 commit comments