import { h } from 'preact'; export const Toggle = ({ ...otherProps }) => { return ; }; Toggle.displayName = 'Toggle';