export type ClTimelinePassThrough = { classNames?: string; }; export type ClTimelineProps = { className?: string; pt?: ClTimelinePassThrough; };