UNPKG

149 BPlain TextView Raw
1export interface DateProperties {
2 // Used in date selection calendar
3 isSelected?: boolean;
4 // Used in both calendars
5 isDisabled?: boolean;
6}