小程序初始提交
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
export type ClTimelinePassThrough = {
|
||||
className?: string;
|
||||
};
|
||||
|
||||
export type ClTimelineProps = {
|
||||
className?: string;
|
||||
pt?: ClTimelinePassThrough;
|
||||
};
|
||||
Reference in New Issue
Block a user