@v1nt1248/3nclient-lib 0.3.27 → 0.3.28

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -7,6 +7,7 @@ export interface Ui3nScrollbarHorizontalProps {
7
7
  thumbHoverColor?: string;
8
8
  thumbActiveColor?: string;
9
9
  trackHeight?: number | string;
10
+ trackRadius?: number | string;
10
11
  trackColor?: string;
11
12
  }
12
13
  export interface Ui3nScrollbarHorizontalEmits {
@@ -22,6 +22,7 @@ declare const __VLS_component: import('vue').DefineComponent<Ui3nScrollbarHorizo
22
22
  thumbColor: string;
23
23
  thumbHoverColor: string;
24
24
  thumbActiveColor: string;
25
+ trackRadius: number | string;
25
26
  trackColor: string;
26
27
  trackHeight: number | string;
27
28
  thumbMinWidth: number | string;
@@ -10,6 +10,7 @@ export interface Ui3nScrollbarVerticalProps {
10
10
  thumbHoverColor?: string;
11
11
  thumbActiveColor?: string;
12
12
  trackWidth?: number;
13
+ trackRadius?: number | string;
13
14
  trackColor?: string;
14
15
  }
15
16
  /**
@@ -25,6 +25,7 @@ declare const __VLS_component: import('vue').DefineComponent<Ui3nScrollbarVertic
25
25
  thumbHoverColor: string;
26
26
  thumbActiveColor: string;
27
27
  trackWidth: number;
28
+ trackRadius: number | string;
28
29
  trackColor: string;
29
30
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
30
31
  containerRef: HTMLDivElement;