API Reference

IDateProxyFactorytype

Type exported from proxies/date-proxy.

Overview

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

Declaration

export type IDateProxyFactory = IKeyedInstanceFactory<
  string,
  IDateProxyData,
  IDateObserverProxyPair
>;

Import

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