UNPKG

antd-mobile

Version:

<img src="https://gw.alipayobjects.com/mdn/rms_ee68a8/afts/img/A*hjjDS5Yy-ooAAAAAAAAAAAAAARQnAQ" alt="logo" width="100%" />

4 lines 175 B
export function resolveContainer(getContainer) { const container = typeof getContainer === 'function' ? getContainer() : getContainer; return container || document.body; }