@radix-ui/react-scroll-area
Advanced tools
Comparing version 1.0.5-rc.9 to 1.0.5-rc.10
@@ -96,3 +96,3 @@ import * as React from "react"; | ||
}; | ||
interface ScrollAreaScrollbarImplProps extends PrimitiveDivProps, ScrollAreaScrollbarImplPrivateProps { | ||
interface ScrollAreaScrollbarImplProps extends Omit<PrimitiveDivProps, keyof ScrollAreaScrollbarImplPrivateProps>, ScrollAreaScrollbarImplPrivateProps { | ||
} | ||
@@ -99,0 +99,0 @@ type ScrollAreaThumbElement = ScrollAreaThumbImplElement; |
{ | ||
"name": "@radix-ui/react-scroll-area", | ||
"version": "1.0.5-rc.9", | ||
"version": "1.0.5-rc.10", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "exports": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
257250