UNPKG

zarm

Version:

基于 React 的移动端UI库

3 lines (2 loc) 188 B
export declare type MountContainer = HTMLElement | (() => HTMLElement) | undefined | null | false; export declare function getMountContainer(mountContainer?: MountContainer): HTMLElement;