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 IProperForDataObserverManager = IKeyedInstanceFactory<
DateProperty,
IDatePropertyObserverInfo,
IObserver
>;import type { IProperForDataObserverManager } from '@rs-x/state-manager';