API Reference

IDatePropertyObserverManagertype

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 IDatePropertyObserverManager = IKeyedInstanceFactory<
  Date,
  Date,
  IProperForDataObserverManager
>;

Import

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