diff --git a/src/components/NavigationTab/NavigationTab.types.ts b/src/components/NavigationTab/NavigationTab.types.ts index 58c727dfc..40e19f3c6 100644 --- a/src/components/NavigationTab/NavigationTab.types.ts +++ b/src/components/NavigationTab/NavigationTab.types.ts @@ -24,12 +24,12 @@ export interface Props extends AriaButtonProps { size?: number; /** - * Size index of this NavTab. + * Label to the right of the icon when expanded for this NavTab. */ label?: string; /** - * Size index of this NavTab. + * Icon for this NavTab. */ icon?: InferredIconName;