@lifeintelligencegroup/ngx-lig-ari
Version:
Life Intelligence Group Artificial Intelligence
12 lines (11 loc) • 437 B
TypeScript
import { OnInit } from '@angular/core';
import * as i0 from "@angular/core";
export declare class AriWebComponent implements OnInit {
sizeClass: string;
constructor();
ngOnInit(): void;
get currentSize(): number;
resize(size: any): void;
static ɵfac: i0.ɵɵFactoryDeclaration<AriWebComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<AriWebComponent, "lib-ari-web", never, {}, {}, never, never>;
}