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