export ToggleSwitch

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
pull/21833/head
Michael Telatynski 2019-10-08 12:22:22 +01:00
parent a03e9e7a4f
commit 4c82496bca
1 changed files with 2 additions and 0 deletions

View File

@ -72,3 +72,5 @@ ToggleSwitch.propTypes = {
// Called when the checked state changes. First argument will be the new state.
onChange: PropTypes.func.isRequired,
};
export default ToggleSwitch;