survey-creator-angular
Version:
Use SurveyJS Creator to create or edit JSON for SurveyJS Form Library.
8 lines (7 loc) • 438 B
TypeScript
import { QuestionCheckboxModel } from "survey-core";
import { QuestionAngular } from "survey-angular-ui";
import * as i0 from "@angular/core";
export declare class BooleanSwitchComponent extends QuestionAngular<QuestionCheckboxModel> {
static ɵfac: i0.ɵɵFactoryDeclaration<BooleanSwitchComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<BooleanSwitchComponent, "sv-ng-boolean-switch", never, {}, {}, never, never>;
}