class ModalScript { static onopened = () => { }; static open = () => { ModalScript.onopened(); }; } export default ModalScript;