UNPKG

@aldiand/react-native-ui-datepicker

Version:
8 lines 329 B
import React from 'react'; import type { HeaderProps } from '../types'; interface PropTypes extends HeaderProps { height?: number; } declare const _default: React.MemoExoticComponent<({ buttonPrevIcon, buttonNextIcon, height }: PropTypes) => React.JSX.Element>; export default _default; //# sourceMappingURL=Calendar.d.ts.map