UNPKG

wix-style-react

Version:
8 lines (6 loc) 204 B
import { fillPreviewDriverFactory as publicDriverFactory } from '../FillPreview.uni.driver'; export const fillPreviewPrivateDriverFactory = base => { return { ...publicDriverFactory(base), }; };