UNPKG

rws-js-client

Version:
4 lines 164 B
// custom-html-loader.js module.exports = function(content) { return `import * as T from '@microsoft/fast-element';\nexport default T.html\`${content}\`;`; };