@zerops/web-components 0.2.2 → 0.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,12 @@
1
+ /**
2
+ * Importing this module registers the <zerops-containers-cards> custom
3
+ * element — the System Containers comparison (App Containers / System
4
+ * Containers / Full VMs). Fully static; no attributes or properties.
5
+ */
6
+ export interface ZeropsContainersCardsElement extends HTMLElement {}
7
+
8
+ declare global {
9
+ interface HTMLElementTagNameMap {
10
+ 'zerops-containers-cards': ZeropsContainersCardsElement;
11
+ }
12
+ }