UNPKG

mobile-more

Version:

基于 antd-mobile v5 扩展移动端 UI 组件

7 lines 213 B
import renderToContainer from "./renderToContainer"; var renderToBody = function renderToBody(children) { renderToContainer(children, function () { return document.body; }); }; export default renderToBody;