API Reference

IDatePropertyObserverProxyPairFactorytype

Type exported from property-observer/factories/date-property.

Overview

Specialized property observers for Date property paths (year/month/day/utc variants and time).

Declaration

export type IDatePropertyObserverProxyPairFactory =
  IIndexObserverProxyPairFactory<Date>;

Import

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