@armin-eslami/persian-calendar
Version:
Big persian calendar component made by react.
24 lines (23 loc) • 541 B
TypeScript
export interface PersianCalendarTheme {
primary?: string;
secondary?: string;
accent?: string;
background?: string;
textPrimary?: string;
textSecondary?: string;
borderColor?: string;
disabledMonthBackground?: string;
fontSize?: {
header?: string;
subHeader?: string;
title?: string;
body?: string;
footer?: string;
};
fontFamily?: string;
colors?: {
monthTitleColor?: string;
offDayColor?: string;
hoverColor?: string;
};
}