UNPKG

react-native-lunar-calendars

Version:

React Native Calendar Components with Lunar Calendar Support - Fork of react-native-calendars with Vietnamese lunar calendar functionality

9 lines (8 loc) 264 B
export default CalendarListItem; declare class CalendarListItem extends React.Component<any, any, any> { constructor(props: any); style: any; shouldComponentUpdate(nextProps: any): boolean; render(): React.JSX.Element; } import React from 'react';