import type { ContextExState } from '@xylabs/react-shared'; import type { Core } from 'cytoscape'; import type { Dispatch, SetStateAction } from 'react'; export type CytoscapeInstanceState = ContextExState<{ cy?: WeakRef; setCy?: Dispatch | undefined>>; }>; //# sourceMappingURL=State.d.ts.map