(tag: string)
| 16 | }; |
| 17 | |
| 18 | const fireCustomCSSChange = (tag: string) => { |
| 19 | return getEventProvider().fireEvent(CUSTOM_CSS_CHANGE, tag); |
| 20 | }; |
| 21 | |
| 22 | const getCustomCSSFor = () => getSharedResource<Record<string, Array<string>>>("CustomStyle.customCSSFor", {}); |
| 23 |
no test coverage detected
searching dependent graphs…