UNPKG

vue-antd-ui

Version:

An enterprise-class UI design language and Vue-based implementation

16 lines (12 loc) 306 B
import PropTypes from '../_util/vue-types'; var ILazyRenderBoxPropTypes = { visible: PropTypes.bool, hiddenClassName: PropTypes.string }; export default { props: ILazyRenderBoxPropTypes, render: function render() { var h = arguments[0]; return h('div', [this.$slots['default']]); } };