UNPKG

wix-style-react

Version:
8 lines (6 loc) 216 B
import { listItemSectionDriverFactory as publicDriverFactory } from '../ListItemSection.uni.driver'; export const listItemSectionPrivateDriverFactory = base => { return { ...publicDriverFactory(base), }; };