UNPKG

wix-style-react

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