import FormCheck, {FormCheckProps} from "./FormCheck"; import {BsPrefixRefForwardingComponent} from "./helpers"; type SwitchProps = Omit; const Switch: BsPrefixRefForwardingComponent = ( props: SwitchProps, ) => ( ); export default Object.assign(Switch, { Input: FormCheck.Input, Label: FormCheck.Label, });