UNPKG

@navinc/base-react-components

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