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) 324 B
import React from 'react'; import { PostCodeAddressDropdownProps } from './PostCodeAddressDropdown.types'; /** * The dropdown component for selecting and displaying address information */ declare const PostCodeAddressDropdown: React.FunctionComponent<PostCodeAddressDropdownProps>; export default PostCodeAddressDropdown;