UNPKG

react-native-calendars-datepicker

Version:

Customizable date picker for React Native that supports Hijri calendar

20 lines (15 loc) 275 B
import 'react-native'; declare module 'react-native' { interface ViewProps { className?: string; } interface TextProps { className?: string; } interface PressableProps { className?: string; } interface ImageProps { className?: string; } }