API Reference

IDateObserverProxyPairtype

Type exported from proxies/date-proxy.

Overview

Date proxy factory that maps setter calls to semantic date-part changes.

Declaration

export type IDateObserverProxyPair = IObserverProxyPair<Date>;

Import

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