UNPKG

react-native-new-ui-datepicker

Version:
9 lines (7 loc) 206 B
import { ReactNode } from 'react'; import { CalendarThemeProps } from '../../types'; export type HeaderProps = { buttonPrevIcon?: ReactNode; buttonNextIcon?: ReactNode; theme: CalendarThemeProps; };