Skip to content

Commit 2e16b8e

Browse files
author
Kubit
committed
Include aria-hidden prop to Button component
1 parent 1609871 commit 2e16b8e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/button/types/button.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ type ButtonAriaAttributes = Pick<
1818
| 'aria-expanded'
1919
| 'aria-pressed'
2020
| 'aria-disabled'
21+
| 'aria-hidden'
2122
>;
2223

2324
/**

0 commit comments

Comments
 (0)