UNPKG

wix-style-react

Version:
8 lines (6 loc) 230 B
import { statusIndicatorDriverFactory as publicDriverFactory } from '../StatusIndicator.uni.driver'; export const statusIndicatorPrivateDriverFactory = (base, body) => { return { ...publicDriverFactory(base, body), }; };