UNPKG

@kre-form/survey

Version:

8 lines (7 loc) 245 B
import { FieldType } from "@kre-form/core"; import { KreFormAntService } from "../../tools/service"; export declare class KreSurveyTime extends FieldType { service: any; guid: any; constructor(dyService: KreFormAntService); }