()
| 37 | import globalStyles from "./generated/themes/PopupGlobal.css.js"; |
| 38 | |
| 39 | const createBlockingStyle = (): void => { |
| 40 | createOrUpdateStyle(globalStyles, "data-ui5-popup-scroll-blocker"); |
| 41 | }; |
| 42 | |
| 43 | createBlockingStyle(); |
| 44 |
no test coverage detected
searching dependent graphs…