props.ts 188 B

12345678910
  1. export type ClIndexBarPassThrough = {
  2. className?: string;
  3. };
  4. export type ClIndexBarProps = {
  5. className?: string;
  6. pt?: ClIndexBarPassThrough;
  7. modelValue?: number;
  8. list?: string[];
  9. };