Files
WAI_Project_UNIX/uni_modules/cool-ui/components/cl-timeline/props.ts
2025-07-21 16:47:04 +08:00

9 lines
149 B
TypeScript

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