props.ts 148 B

12345678
  1. export type ClTimelinePassThrough = {
  2. className?: string;
  3. };
  4. export type ClTimelineProps = {
  5. className?: string;
  6. pt?: ClTimelinePassThrough;
  7. };