UNPKG

@navinc/base-react-components

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