segment-scrollbar-layout.ts 99 B

12345
  1. export class SegmentScrollbarLayout {
  2. height!: number;
  3. timeGroup!: string;
  4. count!: number;
  5. }