@mantine/core
Version:
React components library focused on usability, accessibility and developer experience
9 lines • 374 B
TypeScript
import React from 'react';
import { DefaultProps, MantineSize } from '../../theme';
interface ChevronIconProps extends DefaultProps, React.ComponentProps<'svg'> {
size: MantineSize;
error: any;
}
export declare function ChevronIcon({ size, error, style, themeOverride, ...others }: ChevronIconProps): JSX.Element;
export {};
//# sourceMappingURL=ChevronIcon.d.ts.map