UNPKG

wix-style-react

Version:
8 lines (6 loc) 203 B
import { radioUniDriverFactory as publicDriverFactory } from '../Radio.uni.driver'; export const radioPrivateDriverFactory = (base, body) => { return { ...publicDriverFactory(base, body), }; };