We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6528a72 commit ef3e680Copy full SHA for ef3e680
src/api/components/normal/scroll-bar-props.ts
@@ -3,5 +3,7 @@ import { HTMLAttributes, ReactNode } from 'react'
3
export interface ScrollBarProps extends Omit<HTMLAttributes<HTMLDivElement>, 'children'> {
4
children: ReactNode | undefined
5
className?: string
6
- drawer?: boolean
+ innerClassName?: string
7
+ barPaddingStart?: string
8
+ barPaddingEnd?: string
9
}
0 commit comments