UNPKG

@vendasta/store

Version:

Components and data for Store

12 lines (11 loc) 373 B
import { FormGroup } from '@angular/forms'; import { DropDownFormSectionData } from '../dropdown-form-section'; export declare class OrderFormSectionData { parentForm: FormGroup; titleText: string; subtitleText: string; descriptionText: string; iconUrl: string; primarySection: DropDownFormSectionData; subsections: DropDownFormSectionData[]; }