UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

21 lines (20 loc) 406 B
/** * Web ModalContext Context * */ declare const ModalContext: import("react").Context<{ preventClick: any; onKeyDownHandler: any; id: any; title: any; hideCloseButton: any; closeButtonAttributes: any; closeTitle: any; onCloseClickHandler: any; contentRef: any; scrollRef: any; hide: any; contentId: any; close: any; }>; export default ModalContext;