Skip to content

Commit

Permalink
fix(docs): toggle docs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
32penkin authored Jun 26, 2019
1 parent fb4d6ff commit 84246ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/framework/ui/toggle/toggle.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export type ToggleProps = StyledComponentProps & ViewProps & ComponentProps;
* Can be `giant`, `large`, `medium`, `small`, or `tiny`.
* Default is `medium`.
*
* @property {(value: boolean) => void} onChange - Fires when selection state is changed.
* @property {(checked: boolean) => void} onChange - Fires when selection state is changed.
*
* @property TouchableOpacityProps
*
Expand Down

0 comments on commit 84246ef

Please sign in to comment.