UNPKG

@cainiaofe/cn-ui-charts

Version:
10 lines 299 B
import { CnLoading } from '@alife/cn-ui'; export function Loading(props) { return /*#__PURE__*/React.createElement(CnLoading, { style: { width: '100%' }, visible: !!(props !== null && props !== void 0 && props.visible), tip: '正在查询,请稍候' }, props.children); }