ng-materialgrammi
Version:
An Angular framework which follows
15 lines (14 loc) • 551 B
TypeScript
import { OnChanges, OnInit } from '@angular/core';
import * as i0 from "@angular/core";
export declare class FixerComponent implements OnInit, OnChanges {
active: boolean;
x: string;
y: string;
class: string;
constructor();
ngOnInit(): void;
ngOnChanges(): void;
mainClasses(): string;
static ɵfac: i0.ɵɵFactoryDeclaration<FixerComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<FixerComponent, "mg-fixer", never, { "active": "active"; "x": "x"; "y": "y"; "class": "class"; }, {}, never, ["*"]>;
}