UNPKG

@mantine/core

Version:

React components library focused on usability, accessibility and developer experience

9 lines (8 loc) 409 B
import { ScrollAreaScrollbarVisibleProps } from './ScrollAreaScrollbarVisible'; export interface ScrollAreaScrollbarAutoProps extends ScrollAreaScrollbarVisibleProps { forceMount?: true; } export declare function ScrollAreaScrollbarAuto(props: ScrollAreaScrollbarAutoProps): import("react/jsx-runtime").JSX.Element | null; export declare namespace ScrollAreaScrollbarAuto { var displayName: string; }