Skip to content

Commit

Permalink
Add displayOnOffLabel type (#377)
Browse files Browse the repository at this point in the history
  • Loading branch information
loganmurdock authored Oct 18, 2019
1 parent e44e6ae commit 72dc563
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Buttons/Switch.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export interface SwitchProps
keyof WithThemeInjectedProps | 'renderInputButton' | 'btnType'
> {
name?: string
displayOnOffLabel?: boolean
}

declare const Switch: React.FunctionComponent<SwitchProps>
Expand Down

0 comments on commit 72dc563

Please sign in to comment.