UNPKG

uyem

Version:
5 lines (4 loc) 185 B
/// <reference types="react" /> import { IconProps } from './Icon'; declare function ChevronRightIcon(props: Omit<IconProps, 'children'>): JSX.Element; export default ChevronRightIcon;