MCPcopy
hub / github.com/clientIO/joint / isReactElement

Function isReactElement

packages/joint-react/src/utils/is-react-element.ts:5–7  ·  view source on GitHub ↗
(value: unknown)

Source from the content-addressed store, hash-verified

3import { ReactElement } from '../models/react-element';
4
5export function isReactElement(value: unknown): value is dia.Cell {
6 return value instanceof ReactElement;
7}

Callers 1

processElementFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected