@cainiaofe/cn-ui-charts
Version:
14 lines (13 loc) • 362 B
JavaScript
;
exports.__esModule = true;
exports.Loading = Loading;
var _cnUi = require("@alife/cn-ui");
function Loading(props) {
return /*#__PURE__*/React.createElement(_cnUi.CnLoading, {
style: {
width: '100%'
},
visible: !!(props !== null && props !== void 0 && props.visible),
tip: '正在查询,请稍候'
}, props.children);
}