ng-materialgrammi
Version:
An Angular framework which follows
11 lines (10 loc) • 438 B
TypeScript
import { OnInit } from '@angular/core';
import * as i0 from "@angular/core";
export declare class NoteComponent implements OnInit {
theme: string;
alignCenter: boolean;
constructor();
ngOnInit(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<NoteComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<NoteComponent, "mg-note", never, { "theme": "theme"; "alignCenter": "alignCenter"; }, {}, never, ["*"]>;
}