UNPKG

wix-style-react

Version:
8 lines (6 loc) 218 B
import { checkToggleDriverFactory as publicDriverFactory } from '../CheckToggle.uni.driver'; export const checkTogglePrivateDriverFactory = (base, body) => { return { ...publicDriverFactory(base, body), }; };