UNPKG

@mantine/core

Version:

React components library focused on usability, accessibility and developer experience

6 lines (5 loc) 246 B
interface ChevronProps extends React.ComponentPropsWithoutRef<'svg'> { direction: 'up' | 'down'; } export declare function NumberInputChevron({ direction, style, ...others }: ChevronProps): import("react/jsx-runtime").JSX.Element; export {};