UNPKG

react-native-calendars-datepicker

Version:

Customizable date picker for React Native that supports Hijri calendar

8 lines 282 B
import React from 'react'; import { NavigationPosition } from '../../types'; type Props = { position: NavigationPosition; }; declare const _default: React.MemoExoticComponent<({ position }: Props) => JSX.Element>; export default _default; //# sourceMappingURL=selectors.d.ts.map