+ This function is called when value is changed
+
const onChange = (nextState) => ...)
+
+ ),
+ },
+ {
+ propType: 'className',
+ type: 'string',
+ defaultValue: null,
+ },
+ {
+ propType: 'dts',
+ type: 'string',
+ defaultValue: 'switch-component',
+ },
+ ],
+ },
+ ],
+};
+
+export default () => (
+