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 9a3b6b5 commit 0a34472Copy full SHA for 0a34472
src/components/icon/types/icon.ts
@@ -18,7 +18,7 @@ export interface IIconComplex {
18
19
type IconAriaAttributes = Pick<
20
React.AriaAttributes,
21
- 'aria-label' | 'aria-controls' | 'aria-checked' | 'aria-hidden'
+ 'aria-label' | 'aria-controls' | 'aria-checked' | 'aria-hidden' | 'aria-haspopup'
22
>;
23
24
export interface IIconStandAlone extends IconAriaAttributes {
0 commit comments