UNPKG

northants-design-system

Version:

Design system for West & North Northamptonshire Councils, two unitary councils encompassing Wellingborough, Corby, Daventry, East Northants, Kettering, Northampton, Northamptonshire County and South Northants.

8 lines (7 loc) 225 B
import React from 'react'; import { BackLinkProps } from './BackLink.types'; /** * A back link or a back button when using history */ declare const BackLink: React.FunctionComponent<BackLinkProps>; export default BackLink;