UNPKG

react-native-ui-datepicker

Version:
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; } }