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