UNPKG

wix-style-react

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