build: check component types (#283)

This commit is contained in:
Fine0830
2023-06-14 09:35:35 +08:00
committed by GitHub
parent 7fe3257c32
commit 77c1694383
3 changed files with 3 additions and 5 deletions

View File

@@ -128,10 +128,6 @@ limitations under the License. -->
});
}
function getURI(uri: { uriRegex: string; uriPath: string }) {
return uri && uri.uriRegex && uri.uriPath ? `(${uri.uriRegex || ""} | ${uri.uriPath || ""})` : "";
}
function resize() {
const observer = new ResizeObserver((entries) => {
const entry = entries[0];