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