UNPKG

@mantine/core

Version:

React components library focused on usability, accessibility and developer experience

6 lines (5 loc) 313 B
interface ScrollAreaCornerProps extends React.ComponentProps<'div'> { } export declare function Corner(props: ScrollAreaCornerProps): import("react/jsx-runtime").JSX.Element | null; export declare function ScrollAreaCorner(props: ScrollAreaCornerProps): import("react/jsx-runtime").JSX.Element | null; export {};