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 e0d6c20 commit 62c5367Copy full SHA for 62c5367
ui/contexts/scroll-container.tsx
@@ -7,6 +7,7 @@ const ScrollContainerContext =
7
* Provides a ref to this container element for its child components
8
*
9
* @param props - HTML div attributes
10
+ * @param props.children - Child components to render inside the container
11
* @returns A div element with a ref accessible via useScrollContainer
12
*/
13
export const ScrollContainer = ({
0 commit comments