@iotize/ionic
Version:
Iotize specific building blocks on top of @ionic/angular.
13 lines (12 loc) • 588 B
TypeScript
import { ElementRef } from '@angular/core';
import * as i0 from "@angular/core";
export declare class ChartContainerComponent {
legendPosition?: string;
legend?: boolean;
containerRef?: ElementRef;
constructor();
get offsetWidth(): any;
get offsetHeight(): any;
static ɵfac: i0.ɵɵFactoryDeclaration<ChartContainerComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<ChartContainerComponent, "dashboard-component-chart-container", never, { "legendPosition": "legendPosition"; "legend": "legend"; }, {}, never, ["*"], false, never>;
}