UNPKG

survey-creator-core

Version:

Use SurveyJS Creator to create or edit JSON for SurveyJS Form Library.

8 lines (7 loc) 204 B
import { Action } from "survey-core"; import "./switcher.scss"; export declare class Switcher extends Action { checked: boolean; getSwitcherIconCss(): string; getActionBarItemCss(): string; }