Searched defs:isShown (Results 1 – 2 of 2) sorted by relevance
57 const isShown = shownRects.some((other) => other.id === rect.id); constant
133 function isShown(rectId: string) { function