import * as React from 'react'; import { Button } from 'zent'; import noop from 'lodash-es/noop'; const PanelFooter = props => { const { buttonText, errorText, linkCls, linkText, onClickButton, onClickLink, showError, showLink, } = props; return (