diff --git a/src/components/Buttons/Switch.d.ts b/src/components/Buttons/Switch.d.ts index ce5ca551..fd7de6be 100644 --- a/src/components/Buttons/Switch.d.ts +++ b/src/components/Buttons/Switch.d.ts @@ -9,6 +9,7 @@ export interface SwitchProps keyof WithThemeInjectedProps | 'renderInputButton' | 'btnType' > { name?: string + displayOnOffLabel?: boolean } declare const Switch: React.FunctionComponent