react-native-lunar-calendars
Version:
React Native Calendar Components with Lunar Calendar Support - Fork of react-native-calendars with Vietnamese lunar calendar functionality
33 lines (32 loc) • 1.5 kB
TypeScript
export declare const foregroundColor: string;
export declare const backgroundColor: string;
export declare const separatorColor: string;
export declare const processedColor: string;
export declare const processingColor: string;
export declare const failedColor: string;
export declare const textDefaultColor: string;
export declare const textColor: string;
export declare const textLinkColor: string;
export declare const textSecondaryColor: string;
export declare const textDayFontFamily: string;
export declare const textMonthFontFamily: string;
export declare const textDayHeaderFontFamily: string;
export declare const textMonthFontWeight: string;
export declare const textDayFontSize: number;
export declare const textMonthFontSize: number;
export declare const textDayHeaderFontSize: number;
export declare const calendarBackground: string;
export declare const textSectionTitleColor: string;
export declare const selectedDayBackgroundColor: string;
export declare const selectedDayTextColor: string;
export declare const todayTextColor: string;
export declare const dayTextColor: string;
export declare const textDisabledColor: string;
export declare const dotColor: string;
export declare const selectedDotColor: string;
export declare const arrowColor: string;
export declare const monthTextColor: string;
export declare const agendaDayTextColor: string;
export declare const agendaDayNumColor: string;
export declare const agendaTodayColor: string;
export declare const agendaKnobColor: string;