UNPKG

choerodon-ui

Version:

An enterprise-class UI design language and React-based implementation

7 lines (6 loc) 177 B
export declare type PopupManagerType = { container?: HTMLDivElement; getKey: () => string; }; declare const PopupManager: PopupManagerType; export default PopupManager;