UNPKG

wix-style-react

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