@alauda/ui
Version:
Angular UI components by Alauda Frontend Team.
12 lines (11 loc) • 522 B
TypeScript
import { CommonFormControl } from '../form';
import { Bem } from '../internal/utils';
import * as i0 from "@angular/core";
export declare class SwitchComponent extends CommonFormControl<boolean> {
bem: Bem;
loading: boolean;
onSwitch(): void;
onBlur(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<SwitchComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<SwitchComponent, "aui-switch", never, { "loading": { "alias": "loading"; "required": false; }; }, {}, never, never, true, never>;
}