UNPKG

@janiscommerce/ui-native

Version:
9 lines (8 loc) 221 B
import Dropdown from '../Dropdown'; import Modal from '../Modal'; const components = { Dropdown, Modal, }; const SwitcherComponent = (props) => components[props?.variant](props); export default SwitcherComponent;