UNPKG

mobile-more

Version:

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

5 lines (4 loc) 253 B
import { ReactNode } from 'react'; import getContainer from './getContainer'; declare const renderToContainer: (children: ReactNode, container: Parameters<typeof getContainer>[0]) => import("react").ReactPortal | null; export default renderToContainer;