UNPKG

@docsvision/webclient

Version:

Type definitions for DocsVision WebClient scripts and extensions.

3 lines (2 loc) 300 B
import { FieldSpec } from '@docsvision/webclient/System/GetFieldName'; export declare function defineParameterAlias<ParamsT extends object, ControlT extends object>(paramsPrototype: ParamsT, controlPrototype: ControlT, paramName: FieldSpec<ParamsT, any>, alias: string, decoratorKey?: string): void;