UNPKG

@wix/design-system

Version:

@wix/design-system

7 lines 278 B
import { addressInputDriverFactory } from '../AddressInput/AddressInput.uni.driver'; export const atlasAddressInputDriverFactory = (base, body) => { return { ...addressInputDriverFactory(base, body), }; }; //# sourceMappingURL=AtlasAddressInput.uni.driver.js.map