import * as React from 'react'; import ToggleSwitch from './toggle-switch'; export default { title: '3rd Party | Toggle Switch' }; const defaultOnChange = () => {}; export const Checked = () => ; export const Unchecked = () => ; export const Disabled = () => ( <> );