UNPKG

wix-style-react

Version:
11 lines (9 loc) 253 B
import { baseUniDriverFactory /* findByHook */, } from '../../test/utils/unidriver'; // import { dataHooks } from './constants'; export const sparklineChartDriverFactory = (base, body) => { return { ...baseUniDriverFactory(base, body), }; };