Declaration
export type IPropertyValueAccessor = IIndexValueAccessor<object, string>;API Reference
Type alias for an accessor that reads and writes object properties by key.
export type IPropertyValueAccessor = IIndexValueAccessor<object, string>;import type { IPropertyValueAccessor } from '@rs-x/core';