UNPKG

@navinc/base-react-components

Version:
6 lines (5 loc) 236 B
/// <reference types="react" /> import { InferComponentProps } from '../../types.js'; import Arrow from './arrow-forward.js'; declare const ArrowBack: (props: InferComponentProps<typeof Arrow>) => JSX.Element; export default ArrowBack;