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

11 lines
188 B
TypeScript
Raw Normal View History

2025-11-13 10:36:23 +08:00
export type ClIndexBarPassThrough = {
className?: string;
};
export type ClIndexBarProps = {
className?: string;
pt?: ClIndexBarPassThrough;
modelValue?: number;
list?: string[];
};