We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c4726e commit 3a41369Copy full SHA for 3a41369
index.d.ts
@@ -32,13 +32,13 @@ export interface ScrollbarProps {
32
33
tagName?: string;
34
35
- className?: string | string[];
36
- wrapperClassName?: string | string[];
37
- contentClassName?: string | string[];
38
- trackVerticalClassName?: string | string[];
39
- trackHorizontalClassName?: string | string[];
40
- thumbVerticalClassName?: string | string[];
41
- thumbHorizontalClassName?: string | string[];
+ className?: string;
+ wrapperClassName?: string;
+ contentClassName?: string;
+ trackVerticalClassName?: string;
+ trackHorizontalClassName?: string;
+ thumbVerticalClassName?: string;
+ thumbHorizontalClassName?: string;
42
43
style?: CSSProperties;
44
wrapperStyle?: CSSProperties;
0 commit comments