![JAR search and dependency download from the Maven repository](/logo.png)
package.html-element.d.ts Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of scoped-elements Show documentation
Show all versions of scoped-elements Show documentation
Allows to auto define custom elements scoping them
The newest version!
/**
* @template {import('./types.js').Constructor} T
* @param {T} superclass
* @return {T & import('./types.js').Constructor}
*/
export function ScopedElementsMixin>(superclass: T): T & import("@open-wc/dedupe-mixin").Constructor;
export type ScopedElementsHost = import('./types.js').ScopedElementsHost;
export type ScopedElementsMap = import('./types.js').ScopedElementsMap;
//# sourceMappingURL=html-element.d.ts.map
© 2015 - 2025 Weber Informatics LLC | Privacy Policy