9 lines
149 B
TypeScript
9 lines
149 B
TypeScript
export type ClTimelinePassThrough = {
|
|
classNames?: string;
|
|
};
|
|
|
|
export type ClTimelineProps = {
|
|
className?: string;
|
|
pt?: ClTimelinePassThrough;
|
|
};
|