UNPKG

@mescius/dspdfviewer

Version:
14 lines (13 loc) 362 B
//@ts-ignore import React from 'react'; import { ControlBase } from './ControlBase'; /** * The control is used by the FormFiller feature. **/ export declare class ChoiceControl extends ControlBase { _comboBoxRef: any | null; //@ts-ignore //@ts-ignore render(): React.JSX.Element; getDisplayValue(fieldValue: string | string[]): string; }