Overview
Date proxy factory that maps setter calls to semantic date-part changes.
API Reference
Type exported from proxies/date-proxy.
export type IDateProxyFactory = IKeyedInstanceFactory<
string,
IDateProxyData,
IDateObserverProxyPair
>;import type { IDateProxyFactory } from '@rs-x/state-manager';