UNPKG

@mantine/core

Version:

React components library focused on usability, accessibility and developer experience

7 lines (6 loc) 358 B
import { ScrollAreaScrollbarAutoProps } from './ScrollAreaScrollbarAuto'; interface ScrollAreaScrollbarHoverProps extends ScrollAreaScrollbarAutoProps { forceMount?: true; } export declare const ScrollAreaScrollbarHover: import("react").ForwardRefExoticComponent<ScrollAreaScrollbarHoverProps & import("react").RefAttributes<HTMLDivElement>>; export {};