UNPKG

@progress/sitefinity-widget-designers-sdk

Version:

This package aims to create a parity for widget designer generation similar to the [autogenerated widget designers](https://www.progress.com/documentation/sitefinity-cms/autogenerated-field-types) in Sitefinity. Due to some limitations in Typescript and J

9 lines (8 loc) 132 B
/** * @ignore * @hidden */ export declare class ChoiceWithText { ChoiceValue: number | null; TextValue: string | null; }