API Reference

ISetObserverProxyPairtype

Type exported from proxies/set-proxy.

Overview

Set proxy factory and contracts that emit semantic membership changes.

Declaration

export type ISetObserverProxyPair = IObserverProxyPair<Set<unknown>>;

Import

import type { ISetObserverProxyPair } from '@rs-x/state-manager';