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 a094b24 commit b9f520bCopy full SHA for b9f520b
src/internal/components/ScrollableRegion.tsx
@@ -3,7 +3,7 @@ import Box from '../../Box'
3
import {useOverflow} from '../hooks/useOverflow'
4
5
type ScrollableRegionProps = React.PropsWithChildren<{
6
- 'aria-labelledby': string
+ 'aria-labelledby'?: string
7
className?: string
8
}>
9
0 commit comments