UNPKG

@mantine/core

Version:

React components library focused on usability, accessibility and developer experience

12 lines (11 loc) 472 B
export interface AccordionChevronProps extends React.ComponentProps<'svg'> { /** Controls `width` and `height` of the icon, `16` by default */ size?: number | string; } export declare function AccordionChevron({ style, size, ...others }: AccordionChevronProps): import("react/jsx-runtime").JSX.Element; export declare namespace AccordionChevron { var displayName: string; } export declare namespace AccordionChevron { type Props = AccordionChevronProps; }