@vismaux/ngx-nordic-cool
Version:
Common Nordic-Cool components for Angular.
9 lines (8 loc) • 453 B
TypeScript
import { EventEmitter } from '@angular/core';
import * as i0 from "@angular/core";
export declare class NcLightDarkSwitchComponent {
isDark: boolean;
darkChange: EventEmitter<boolean>;
static ɵfac: i0.ɵɵFactoryDeclaration<NcLightDarkSwitchComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<NcLightDarkSwitchComponent, "nc-light-dark-switch", never, { "isDark": "isDark"; }, { "darkChange": "darkChange"; }, never, never>;
}