UNPKG

wix-style-react

Version:
8 lines (6 loc) 215 B
import { addressInputDriverFactory } from '../AddressInput/AddressInput.uni.driver'; export const atlasAddressInputDriverFactory = (base, body) => { return { ...addressInputDriverFactory(base, body), }; };