Overview
Specialized property observers for Date property paths (year/month/day/utc variants and time).
API Reference
Type exported from property-observer/factories/date-property.
export type IDatePropertyObserverManager = IKeyedInstanceFactory<
Date,
Date,
IProperForDataObserverManager
>;import type { IDatePropertyObserverManager } from '@rs-x/state-manager';