@tchesa/react-native-modern-datepicker
Version:
A customizable calendar, time & month picker for React Native (including Persian Jalaali calendar & locale)
15 lines • 460 B
TypeScript
import PropTypes from 'prop-types';
import { ChangeMonthAnimationType } from '../types';
declare const Header: {
({ changeMonth }: {
changeMonth: (type: ChangeMonthAnimationType) => void;
}): import("react/jsx-runtime").JSX.Element;
defaultProps: {
changeMonth: () => null;
};
propTypes: {
changeMonth: PropTypes.Requireable<(...args: any[]) => any>;
};
};
export { Header };
//# sourceMappingURL=Header.d.ts.map