UNPKG

react-chrono-extra

Version:
21 lines (20 loc) 583 B
export interface Theme { cardBgColor?: string; cardDetailsBackGround?: string; cardDetailsColor?: string; cardMediaBgColor?: string; cardSubtitleColor?: string; cardTitleColor?: string; detailsColor?: string; iconBackgroundColor?: string; nestedCardBgColor?: string; nestedCardDetailsBackGround?: string; nestedCardDetailsColor?: string; nestedCardSubtitleColor?: string; nestedCardTitleColor?: string; primary?: string; secondary?: string; textColor?: string; titleColor?: string; titleColorActive?: string; }