UNPKG

@mobiscroll/react-lite

Version:

React UI library for progressive web and hybrid apps

8 lines (6 loc) 220 B
import { SliderBase } from './slider-base'; import { MbscFormOptions } from './forms'; export class Switch extends SliderBase { setVal(val: boolean, fill?: boolean, change?: boolean): void; getVal(): boolean; }