UNPKG

wix-style-react

Version:
10 lines (7 loc) 268 B
import { googlePreviewDriverFactory as publicDriverFactory } from '../GooglePreview.uni.driver'; export const googlePreviewPrivateDriverFactory = base => { return { ...publicDriverFactory(base), // Add here driver methods that considered "private" }; };