UNPKG

@zohodesk/svg

Version:

This Bundle Contains EmptyState Images.

15 lines 458 B
import PropTypes from 'prop-types'; export const SvgProps = { alignHorizontal: PropTypes.bool, children: PropTypes.node, className: PropTypes.string, dataId: PropTypes.string, isFluid: PropTypes.bool, isRender: PropTypes.bool, isSymbol: PropTypes.bool, name: PropTypes.string, size: PropTypes.oneOf(['small', 'large']), viewBox: PropTypes.string, palette: PropTypes.oneOf(['default', 'dark', 'danger']), styleName: PropTypes.object };