UNPKG

wix-style-react

Version:
8 lines (6 loc) 221 B
import { counterBadgeDriverFactory as publicDriverFactory } from '../CounterBadge.uni.driver'; export const counterBadgePrivateDriverFactory = (base, body) => { return { ...publicDriverFactory(base, body), }; };