react-native-nepali-picker
Version:
Minimalist and modern Nepali-date picker with customization.🌟
4 lines • 347 B
TypeScript
import type { CalendarPickerProps } from './types';
declare const CalendarPicker: ({ visible, onClose, theme, onDateSelect, language, initialDate, brandColor, titleTextStyle, weekTextStyle, dayTextStyle, }: CalendarPickerProps) => import("react/jsx-runtime").JSX.Element;
export default CalendarPicker;
//# sourceMappingURL=CalendarPicker.d.ts.map