@swimlane/ngx-charts
Version:
Declarative Charting Framework for Angular
10 lines (9 loc) • 405 B
TypeScript
import * as i0 from "@angular/core";
export declare class GridPanelComponent {
width: number;
height: number;
x: number;
y: number;
static ɵfac: i0.ɵɵFactoryDeclaration<GridPanelComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<GridPanelComponent, "g[ngx-charts-grid-panel]", never, { "width": "width"; "height": "height"; "x": "x"; "y": "y"; }, {}, never, never>;
}