@mantine/core
Version:
React components library focused on usability, accessibility and developer experience
10 lines (9 loc) • 408 B
TypeScript
import { ScrollAreaScrollbarAutoProps } from './ScrollAreaScrollbarAuto';
interface ScrollAreaScrollbarHoverProps extends ScrollAreaScrollbarAutoProps {
forceMount?: true;
}
export declare function ScrollAreaScrollbarHover(props: ScrollAreaScrollbarHoverProps): import("react/jsx-runtime").JSX.Element | null;
export declare namespace ScrollAreaScrollbarHover {
var displayName: string;
}
export {};