/** * title: Hide the arrow * description: You can hide the component's arrow icon with `showArrow={false}` * * title.zh-CN: 隐藏箭头 * description.zh-CN: 你可以通过 `showArrow={false}` 隐藏组件的箭头图标 */ import * as React from 'react'; declare const _default: () => React.JSX.Element; export default _default;