import type { ContextExState } from '@ariestools/sdk-react/shared'; import type { NodeInstance } from '@xyo-network/sdk'; /** State for the active XYO node context. */ export type NodeContextState = ContextExState<{ node?: NodeInstance | null; }>; //# sourceMappingURL=State.d.ts.map