react-chrono-extra
Version:
A Modern Timeline component for React
21 lines (20 loc) • 583 B
TypeScript
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;
}