UNPKG

@docsvision/webclient

Version:

Type definitions for DocsVision WebClient scripts and extensions.

3 lines (2 loc) 254 B
import { FieldSpec } from '@docsvision/webclient/System/GetFieldName'; export declare function defineProperty<T, ValueT = any>(object: T, propertyName: string | FieldSpec<T, ValueT>, get: (this: T) => ValueT, set?: (this: T, val: ValueT) => void): void;