UNPKG

wix-style-react

Version:
8 lines (6 loc) 210 B
import { sortableGridUniDriverFactory as publicDriverFactory } from '../SortableGrid.uni.driver'; export const sortableGridPrivateDriverFactory = base => { return { ...publicDriverFactory(base), }; };