All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.dist.CustomElementsScope.js Maven / Gradle / Ivy

import { html, svg, unsafeStatic, } from "lit-html/static.js";
import { setCustomElementsScopingSuffix, getCustomElementsScopingSuffix, setCustomElementsScopingRules, getCustomElementsScopingRules, shouldScopeCustomElement, getEffectiveScopingSuffixForTag, getScopedVarName, } from "./CustomElementsScopeUtils.js";
import { registerFeature } from "./FeaturesRegistry.js";
class LitStatic {
}
LitStatic.html = html;
LitStatic.svg = svg;
LitStatic.unsafeStatic = unsafeStatic;
registerFeature("LitStatic", LitStatic);
export { LitStatic, setCustomElementsScopingSuffix, getCustomElementsScopingSuffix, setCustomElementsScopingRules, getCustomElementsScopingRules, shouldScopeCustomElement, getEffectiveScopingSuffixForTag, getScopedVarName, };
//# sourceMappingURL=CustomElementsScope.js.map




© 2015 - 2024 Weber Informatics LLC | Privacy Policy