UNPKG

react-native-full-calendars

Version:

React Native Full Calendar (RNFC) is an intuitive and powerful calendar component library designed for React Native.

32 lines (31 loc) 509 B
"use strict"; export function useInitProps(props) { const { vertical = false, onPageChange, buffer = 1, style, pageWrapperStyle, minIndex = -Infinity, maxIndex = Infinity, renderPage, width, height, initialIndex = 0 } = props; return { ...props, vertical, onPageChange, buffer, style, pageWrapperStyle, minIndex, maxIndex, renderPage, width, height, initialIndex }; } //# sourceMappingURL=useInitProps.js.map