UNPKG

wix-style-react

Version:
8 lines 361 B
import { calendarPanelFooterDriverFactory as publicDriverFactory } from './CalendarPanelFooter.uni.driver'; export const calendarPanelFooterPrivateDriverFactory = base => { return { ...publicDriverFactory(base), // Add here driver methods that considered "private" }; }; //# sourceMappingURL=CalendarPanelFooter.private.uni.driver.js.map