export type ClIndexBarPassThrough = { className?: string; }; export type ClIndexBarProps = { className?: string; pt?: ClIndexBarPassThrough; modelValue?: number; list?: string[]; };