UNPKG

react-chrono-multicard

Version:

A Modern Timeline component for React with multiple card entries

8 lines (7 loc) 163 B
import { Theme } from './Theme'; export interface TitleModel { active?: boolean; align?: 'left' | 'right'; theme?: Theme; title?: string; }