UNPKG

antd-mobile

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