/** * title: Gutter * description: The gutter property of a Row can be used to translate a grid to a spacing * * title.zh-CN: 区块间隔 * description.zh-CN: 栅格常常需要和间隔进行配合,可以使用 Row 的 gutter 属性 */ import * as React from 'react'; declare const _default: () => React.JSX.Element; export default _default;