UNPKG

react-native-easy-calendar

Version:

Customizable, easy-to-use, performant calendar components for React Native

7 lines (6 loc) 149 B
export interface DateProperties { // Used in date selection calendar isSelected?: boolean; // Used in both calendars isDisabled?: boolean; }