ngx-obelisco-example
Version:
Componentes funcionales y reutilizables para Angular.
21 lines (20 loc) • 1.01 kB
TypeScript
import { EventEmitter } from '@angular/core';
import * as i0 from "@angular/core";
export declare class OSwitchComponent {
id?: string;
labelOn?: string;
labelOff?: string;
isDark?: boolean;
isDisabled?: boolean;
isSmall?: boolean;
isFixed?: boolean;
customClasses: string;
customClassesLabel: string;
private _switchValue;
set switchValue(value: boolean);
get switchValue(): boolean;
switchValueChange: EventEmitter<boolean>;
onSwitchChange(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<OSwitchComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<OSwitchComponent, "o-switch", never, { "id": "id"; "labelOn": "labelOn"; "labelOff": "labelOff"; "isDark": "isDark"; "isDisabled": "isDisabled"; "isSmall": "isSmall"; "isFixed": "isFixed"; "customClasses": "customClasses"; "customClassesLabel": "customClassesLabel"; "switchValue": "switchValue"; }, { "switchValueChange": "switchValueChange"; }, never, never, false>;
}