mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 13:00:19 +00:00
Fix for aria-label ToggleSmall of carbon-components-react (#39011)
* Change ariaLabel of ToggleSmall Carbon react component from to Kebab Case to be consistent with implementation https://github.com/carbon-design-system/carbon/blob/master/packages/react/src/components/ToggleSmall/ToggleSmall.js#L121 * Change ariaLabel of ToggleSmall Carbon react component from lower case aria-label
This commit is contained in:
@@ -6,7 +6,7 @@ interface InheritedProps extends
|
||||
Omit<ReactInputAttr, ExcludedAttributes>,
|
||||
RequiresIdProps
|
||||
{
|
||||
ariaLabel: NonNullable<React.AriaAttributes["aria-label"]>,
|
||||
["aria-label"]: NonNullable<React.AriaAttributes["aria-label"]>,
|
||||
}
|
||||
|
||||
export interface ToggleSmallProps extends InheritedProps {
|
||||
|
||||
Reference in New Issue
Block a user