UNPKG

@iotize/ionic

Version:

Iotize specific building blocks on top of @ionic/angular.

13 lines (12 loc) 642 B
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": { "alias": "legendPosition"; "required": false; }; "legend": { "alias": "legend"; "required": false; }; }, {}, never, ["*"], false, never>; }