UNPKG

wix-style-react

Version:
10 lines (7 loc) 281 B
import { calendarPanelFooterDriverFactory as publicDriverFactory } from './CalendarPanelFooter.driver'; export const calendarPanelFooterPrivateDriverFactory = base => { return { ...publicDriverFactory(base), // Add here driver methods that considered "private" }; };