getExtraFooter.d.ts 221 Bytes Raw Blame History Permalink 1 2 3 import * as React from 'react'; import { PanelMode } from '../interface'; export default function getExtraFooter(prefixCls: string, mode: PanelMode, renderExtraFooter?: (mode: PanelMode) => React.ReactNode): JSX.Element;