Skip to content

Commit

Permalink
Fixed #1495 - Add iconPos property to ToggleButton
Browse files Browse the repository at this point in the history
  • Loading branch information
mertsincan committed Aug 11, 2020
1 parent 4288dcc commit 327604e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/togglebutton/ToggleButton.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ interface ToggleButtonProps {
offIcon?: string;
onLabel?: string;
offLabel?: string;
iconPos?: string;
style?: object;
className?: string;
checked?: boolean;
Expand Down

0 comments on commit 327604e

Please sign in to comment.