react-native-lunar-calendars
Version:
React Native Calendar Components with Lunar Calendar Support - Fork of react-native-calendars with Vietnamese lunar calendar functionality
10 lines (9 loc) • 314 B
TypeScript
export default ReservationListItem;
declare class ReservationListItem extends React.Component<any, any, any> {
constructor(props: any);
styles: any;
shouldComponentUpdate(nextProps: any): boolean;
renderDate(date: any, item: any): any;
render(): React.JSX.Element;
}
import React from 'react';