UNPKG

mobile-more

Version:

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

4 lines (3 loc) 206 B
export type ContainerType<T extends HTMLElement = HTMLElement> = T | (() => T); declare function getContainer(container?: ContainerType | null): HTMLElement | null | undefined; export default getContainer;