react-native-calendars-datepicker
Version:
Customizable date picker for React Native that supports Hijri calendar
11 lines • 363 B
TypeScript
import React from 'react';
import { ClassNames, Styles } from '../../types';
type PeriodProps = {
value: string;
setValue?: (value: any) => void;
styles?: Styles;
classNames?: ClassNames;
};
declare const _default: React.MemoExoticComponent<(props: PeriodProps) => JSX.Element>;
export default _default;
//# sourceMappingURL=period-picker.d.ts.map