UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

19 lines 442 B
import React from 'react'; const ModalContext = React.createContext({ preventClick: null, onKeyDownHandler: null, id: null, title: null, hide_close_button: null, close_button_attributes: null, close_title: null, setBackgroundColor: null, onCloseClickHandler: null, contentRef: null, scrollRef: null, hide: null, contentId: null, close: null }); export default ModalContext; //# sourceMappingURL=ModalContext.js.map