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