UNPKG

406 BTypeScriptView Raw
1import { SwitchBase } from './switch-common';
2export * from './switch-common';
3export declare class Switch extends SwitchBase {
4 nativeViewProtected: android.widget.Switch;
5 checked: boolean;
6 createNativeView(): globalAndroid.widget.Switch;
7 initNativeView(): void;
8 disposeNativeView(): void;
9 private setNativeBackgroundColor;
10 _onCheckedPropertyChanged(newValue: boolean): void;
11}