wix-style-react
Version:
wix-style-react
8 lines • 361 B
JavaScript
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