UNPKG

@navinc/base-react-components

Version:
5 lines (4 loc) 234 B
import { InferComponentProps } from '../../types.js'; import Carrot from './carrot-left.js'; declare const CarrotDown: (props: InferComponentProps<typeof Carrot>) => import("react/jsx-runtime").JSX.Element; export default CarrotDown;