Files
jindengchen-ai-report/cool-unix/uni_modules/cool-ui/components/cl-timeline/props.ts

9 lines
148 B
TypeScript
Raw Normal View History

2025-11-13 10:36:23 +08:00
export type ClTimelinePassThrough = {
className?: string;
};
export type ClTimelineProps = {
className?: string;
pt?: ClTimelinePassThrough;
};