UNPKG

wix-style-react

Version:
8 lines (6 loc) 185 B
import { baseUniDriverFactory } from '../../test/utils/unidriver'; export const fileUploadDriverFactory = (base, body) => { return { ...baseUniDriverFactory(base, body), }; };