芝麻web文件管理V1.00
编辑当前文件:/home/freeclou/app.optimyar.com/backend/node_modules/@buffetjs/icons/src/components/Json/index.js
import React from 'react'; import PropTypes from 'prop-types'; const Json = props => (
{`{`} {`} `}
…
); Json.defaultProps = { fill: '#fff', }; Json.propTypes = { fill: PropTypes.string, }; export default Json;