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.

9 lines (8 loc) 261 B
import React from 'react'; import { ImageProps } from './Image.types'; /** * Responsive image slice component that allows 4 by 3 or 16 by 9 images * with an optional caption. */ declare const Image: React.FunctionComponent<ImageProps>; export default Image;