UNPKG

react-chrono-multicard

Version:

A Modern Timeline component for React with multiple card entries

10 lines (9 loc) 216 B
export interface Theme { cardBgColor?: string; cardForeColor?: string; primary?: string; secondary?: string; textColor?: string; titleColor?: string; titleColorActive?: string; }