diff --git a/types/carbon-components-react/lib/components/ToggleSmall/ToggleSmall.d.ts b/types/carbon-components-react/lib/components/ToggleSmall/ToggleSmall.d.ts index eaf9d71968..cfb2704eca 100644 --- a/types/carbon-components-react/lib/components/ToggleSmall/ToggleSmall.d.ts +++ b/types/carbon-components-react/lib/components/ToggleSmall/ToggleSmall.d.ts @@ -6,7 +6,7 @@ interface InheritedProps extends Omit, RequiresIdProps { - ariaLabel: NonNullable, + ["aria-label"]: NonNullable, } export interface ToggleSmallProps extends InheritedProps {