/** * title: Grid sorting * description: Change the order of columns by using push and pull. * * title.zh-CN: 栅格排序 * description.zh-CN: 通过使用 push 和 pull 改变列(column)的顺序。 */ import * as React from 'react'; declare const _default: () => React.JSX.Element; export default _default;