mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 11:36:36 +00:00
fix(ui-shell): remove iconDescription prop from HeaderNavMenu #566
Fixes #566
This commit is contained in:
parent
9dd0e954f1
commit
db3e84b0e5
4 changed files with 8 additions and 31 deletions
|
@ -25,12 +25,6 @@ export interface HeaderNavMenuProps
|
|||
* @default null
|
||||
*/
|
||||
ref?: null | HTMLAnchorElement;
|
||||
|
||||
/**
|
||||
* Specify the ARIA label for the chevron icon
|
||||
* @default "Expand/Collapse"
|
||||
*/
|
||||
iconDescription?: string;
|
||||
}
|
||||
|
||||
export default class HeaderNavMenu extends SvelteComponentTyped<
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue