import type { ContextExState } from '@xylabs/react-shared'; import type { NodeInstance } from '@xyo-network/sdk-js'; export type NodeContextState = ContextExState<{ node?: NodeInstance | null; }>; //# sourceMappingURL=State.d.ts.map