UNPKG

@kre-form/survey

Version:

13 lines (12 loc) 435 B
import { FieldType } from "@kre-form/core"; import { KreFormAntService } from "../../tools/service"; import { CdkDragDrop } from '@angular/cdk/drag-drop'; export declare class KreSurveyRadio extends FieldType { service: any; guid: any; constructor(dyService: KreFormAntService); addOption(): void; addOptions(): void; deleteOption(option: any): void; drop(event: CdkDragDrop<string[]>): void; }