Latest updates from IceHrmPro
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
import * as React from 'react';
|
||||
export default function getExtraFooter(prefixCls, mode, renderExtraFooter) {
|
||||
if (!renderExtraFooter) {
|
||||
return null;
|
||||
}
|
||||
|
||||
return React.createElement("div", {
|
||||
className: "".concat(prefixCls, "-footer-extra")
|
||||
}, renderExtraFooter(mode));
|
||||
}
|
||||
Reference in New Issue
Block a user