()
| 20 | }; |
| 21 | |
| 22 | const getCustomCSSFor = () => getSharedResource<Record<string, Array<string>>>("CustomStyle.customCSSFor", {}); |
| 23 | |
| 24 | // Listen to the eventProvider, in case other copies of this CustomStyle module fire this |
| 25 | // event, and this copy would therefore need to reRender the ui5 webcomponents; but |
no test coverage detected
searching dependent graphs…