UNPKG

@bbc/gel-foundations

Version:

A range of string constants for use in CSS, intended to help implement BBC GEL-compliant webpages and components.

8 lines 261 B
import { shape } from 'prop-types'; import sizesPropTypes from './sizes'; var groupPropTypes = { groupA: shape(sizesPropTypes).isRequired, groupB: shape(sizesPropTypes).isRequired, groupD: shape(sizesPropTypes).isRequired }; export default groupPropTypes;