UNPKG

wix-style-react

Version:
8 lines (6 loc) 227 B
import { skeletonCircleDriverFactory as publicDriverFactory } from '../SkeletonCircle.uni.driver'; export const skeletonCirclePrivateDriverFactory = (base, body) => { return { ...publicDriverFactory(base, body), }; };