+
Missing kinds
+
+ {missing.map((k) => (
+
+ {k}
+
))}
-
- ) : null}
-
- Help close these gaps by opening a PR against the public registry repo.
+
+ ) : null}
+ {notes.length > 0 ? (
+
+ {notes.map((n, i) => (
+ - · {n}
+ ))}
+
+ ) : null}
+
+ Help close these gaps by opening a PR against the public registry repo.
-
+