@angular-mdl/core
Version:
Angular components, directives and styles based on material design lite https://getmdl.io.
10 lines (9 loc) • 521 B
TypeScript
import { ElementRef, Renderer2 } from "@angular/core";
import { MdlCheckboxComponent } from "../checkbox/mdl-checkbox.component";
import * as i0 from "@angular/core";
export declare class MdlSwitchComponent extends MdlCheckboxComponent {
isSwitch: boolean;
constructor(elementRef: ElementRef, renderer: Renderer2);
static ɵfac: i0.ɵɵFactoryDeclaration<MdlSwitchComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<MdlSwitchComponent, "mdl-switch", never, {}, {}, never, ["*"], false, never>;
}