UNPKG

@nnc-digital/nnc-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) 198 B
import React from 'react'; import { CardsProps } from './Cards.types'; /** * Multiple cards in a responsive grid */ declare const Cards: React.FunctionComponent<CardsProps>; export default Cards;