Skip to content

Commit ef3e680

Browse files
committed
feat: 支持class计算
1 parent 6528a72 commit ef3e680

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/api/components/normal/scroll-bar-props.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,7 @@ import { HTMLAttributes, ReactNode } from 'react'
33
export interface ScrollBarProps extends Omit<HTMLAttributes<HTMLDivElement>, 'children'> {
44
children: ReactNode | undefined
55
className?: string
6-
drawer?: boolean
6+
innerClassName?: string
7+
barPaddingStart?: string
8+
barPaddingEnd?: string
79
}

0 commit comments

Comments
 (0)