@cardboard-box/ngx-box
Version:
A collection of useful directives, components and services for angular
17 lines (16 loc) • 658 B
TypeScript
import { OnInit } from '@angular/core';
import * as i0 from "@angular/core";
export declare class SquareComponent implements OnInit {
width: number;
height: number;
color: string;
rotate?: number;
total?: number;
index?: number;
get deg(): number;
constructor();
ngOnInit(): void;
style(): string;
static ɵfac: i0.ɵɵFactoryDeclaration<SquareComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<SquareComponent, "mc-square", never, { "width": "width"; "height": "height"; "color": "color"; "rotate": "rotate"; "total": "total"; "index": "index"; }, {}, never, ["*"], false, never>;
}