UNPKG

survey-creator-core

Version:

A framework-independent core package of the SurveyJS Survey Creator component. With Survey Creator, you can visually design complex, interactive JSON forms and surveys in a drag-and-drop interface.

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; }