docs(components): [scrollbar] exposes header name (#10597)

This commit is contained in:
Xc 2022-11-14 11:53:02 +08:00 committed by GitHub
parent 6d30e402d7
commit 5facbb70a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -71,7 +71,7 @@ scrollbar/manual-scroll
### Exposes
| Method | Description | Type |
| Name | Description | Type |
|---------------|--------------------------------------------|----------------------------------------------------------------------------|
| handleScroll | handle scroll event | ^[Function]`() => void` |
| scrollTo | scrolls to a particular set of coordinates | ^[Function]`(options: ScrollToOptions \| number, yCoord?: number) => void` |