@alauda-fe/common
Version:
Alauda frontend team common codes.
24 lines (23 loc) • 1.16 kB
TypeScript
import { OnChanges } from '@angular/core';
import * as i0 from "@angular/core";
export declare class AxisLabelComponent implements OnChanges {
align: 'low' | 'middle' | 'high';
label: string;
offsetX: number;
offsetY: number;
width: number;
height: number;
isVertical: boolean;
rotation: number;
x: number;
y: number;
transform: string;
strokeWidth: string;
textAnchor: string;
textHeight: number;
margin: number;
ngOnChanges(): void;
update(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<AxisLabelComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<AxisLabelComponent, "g[aclAxisLabel]", never, { "align": { "alias": "align"; "required": false; }; "label": { "alias": "label"; "required": false; }; "offsetX": { "alias": "offsetX"; "required": false; }; "offsetY": { "alias": "offsetY"; "required": false; }; "width": { "alias": "width"; "required": false; }; "height": { "alias": "height"; "required": false; }; "isVertical": { "alias": "isVertical"; "required": false; }; "rotation": { "alias": "rotation"; "required": false; }; }, {}, never, never, false, never>;
}