@cardboard-box/ngx-box
Version:
A collection of useful directives, components and services for angular
13 lines (12 loc) • 546 B
TypeScript
import { OnInit } from '@angular/core';
import * as i0 from "@angular/core";
export declare class MagicCircleComponent implements OnInit {
width: string;
height: string;
spinSpeed?: string;
constructor();
ngOnInit(): void;
style(): string;
static ɵfac: i0.ɵɵFactoryDeclaration<MagicCircleComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<MagicCircleComponent, "magic-circle", never, { "width": "width"; "height": "height"; "spinSpeed": "spin-speed"; }, {}, never, ["*"], false, never>;
}