(tag: string)
| 52 | }; |
| 53 | |
| 54 | const getCustomCSS = (tag: string) => { |
| 55 | const customCSSFor = getCustomCSSFor(); |
| 56 | return customCSSFor[tag] ? customCSSFor[tag].join("") : ""; |
| 57 | }; |
| 58 | |
| 59 | export { |
| 60 | addCustomCSS, |
no test coverage detected
searching dependent graphs…