UNPKG

stimulsoft-forms

Version:
9 lines (8 loc) 227 B
import StiJson from "../system/StiJson"; export declare class StiAdditionalField { key: string; value: any; constructor(); saveToJsonObject(options: any): StiJson; loadFromJsonObject(json: StiJson): void; }