芝麻web文件管理V1.00
编辑当前文件:/home/royashxg/www/wp-content/plugins/envato-elements/src/js/react/components/Grid/GridWrapper.jsx
import React from 'react' import styles from './GridWrapper.module.scss' const GridWrapper = ({ children, includeLastItemSpacer = false }) => (
{children} {includeLastItemSpacer ?
: null}
) export default GridWrapper