diff --git a/components/lib/panelmenu/PanelMenu.d.ts b/components/lib/panelmenu/PanelMenu.d.ts index 86c8978be..eadd4eda7 100755 --- a/components/lib/panelmenu/PanelMenu.d.ts +++ b/components/lib/panelmenu/PanelMenu.d.ts @@ -47,22 +47,18 @@ export interface PanelMenuPassThroughOptions { * Uses to pass attributes to the header action's DOM element. */ headerAction?: PanelMenuPassThroughOptionType; - /** - * Uses to pass attributes to the header icon's DOM element. - */ - headerIcon?: PanelMenuPassThroughOptionType; /** * Uses to pass attributes to the submenuIcon's DOM element. */ submenuIcon?: PanelMenuPassThroughOptionType; + /** + * Uses to pass attributes to the header icon's DOM element. + */ + headerIcon?: PanelMenuPassThroughOptionType; /** * Uses to pass attributes to the header label's DOM element. */ headerLabel?: PanelMenuPassThroughOptionType; - /** - * Uses to pass attributes to the submenu icon's DOM element. - */ - submenuicon?: PanelMenuPassThroughOptionType; /** * Uses to pass attributes to the toggleable content's DOM element. */