UNPKG

@cainiaofe/cn-ui-m

Version:
3 lines (2 loc) 162 B
export type GetContainer = () => HTMLElement; export declare function resolveContainer(getContainer: HTMLElement | GetContainer | undefined | null): HTMLElement;