UNPKG

design-system-simplefi

Version:

Design System for SimpleFi Applications

38 lines 678 B
import PropTypes from 'prop-types'; export var AlignItemsPropType = PropTypes.oneOf([ 'inherit', '-moz-initial', 'initial', 'revert', 'unset', 'center', 'end', 'flex-end', 'flex-start', 'self-end', 'self-start', 'start', 'baseline', 'normal', 'stretch', ]); export var JustifyContentPropType = PropTypes.oneOf([ 'inherit', '-moz-initial', 'initial', 'revert', 'unset', 'center', 'end', 'flex-end', 'flex-start', 'start', 'normal', 'stretch', 'space-around', 'space-between', 'space-evenly', 'left', 'right', ]); //# sourceMappingURL=flex.types.js.map