小程序初始提交
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
export type ClIndexBarPassThrough = {
|
||||
className?: string;
|
||||
};
|
||||
|
||||
export type ClIndexBarProps = {
|
||||
className?: string;
|
||||
pt?: ClIndexBarPassThrough;
|
||||
modelValue?: number;
|
||||
list?: string[];
|
||||
};
|
||||
Reference in New Issue
Block a user