UNPKG

wix-style-react

Version:
10 lines (7 loc) 288 B
import { testimonialListDriverFactory as publicDriverFactory } from '../TestimonialList.uni.driver'; export const testimonialListPrivateDriverFactory = (base, body) => { return { ...publicDriverFactory(base, body), // Add here driver methods that considered "private" }; };