@vendasta/store
Version:
Components and data for Store
13 lines (12 loc) • 651 B
TypeScript
import { OnInit } from '@angular/core';
import { DropDownFormSectionData } from '../dropdown-form-section/dropdown-form-section-data';
import { OrderFormSectionData } from './order-form-section-data';
import * as i0 from "@angular/core";
export declare class OrderFormSectionComponent implements OnInit {
data: OrderFormSectionData;
constructor();
ngOnInit(): void;
getTopSection(): DropDownFormSectionData;
static ɵfac: i0.ɵɵFactoryDeclaration<OrderFormSectionComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<OrderFormSectionComponent, "app-order-form-section", never, { "data": "data"; }, {}, never, never>;
}