UNPKG

@mantine/core

Version:

React components library focused on usability, accessibility and developer experience

9 lines (8 loc) 441 B
interface ThumbProps extends React.ComponentPropsWithoutRef<'div'> { } export declare const Thumb: import("react").ForwardRefExoticComponent<ThumbProps & import("react").RefAttributes<HTMLDivElement>>; interface ScrollAreaThumbProps extends ThumbProps { forceMount?: true; } export declare const ScrollAreaThumb: import("react").ForwardRefExoticComponent<ScrollAreaThumbProps & import("react").RefAttributes<HTMLDivElement>>; export {};