UNPKG

wix-style-react

Version:
8 lines (6 loc) 167 B
import { baseUniDriverFactory } from 'wix-ui-test-utils/base-driver'; export const boxDriverFactory = base => { return { ...baseUniDriverFactory(base), }; };