import * as React from 'react'; import { Icon } from 'zent'; const PanelHeader = props => { const { onClickTitle, next, prev, showPrev, showNext, title } = props; return (