UNPKG

202 BJavaScriptView Raw
1var DropDownFormSectionData = (function () {
2 function DropDownFormSectionData() {
3 this.expandable = true;
4 }
5 return DropDownFormSectionData;
6}());
7export { DropDownFormSectionData };