UNPKG

@hhgtech/hhg-components

Version:
5 lines (4 loc) 182 B
import * as React from 'react'; import { SVGProps } from 'react'; declare const ChevronRight: (props: SVGProps<SVGSVGElement>) => React.JSX.Element; export default ChevronRight;