UNPKG

@alauda-fe/common

Version:

Alauda frontend team common codes.

9 lines (8 loc) 465 B
import * as i0 from "@angular/core"; export declare class GraphActionsComponent { position: string; get positionClass(): Record<string, boolean>; handleMouseDown(e: MouseEvent): void; static ɵfac: i0.ɵɵFactoryDeclaration<GraphActionsComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<GraphActionsComponent, "acl-graph-actions", never, { "position": { "alias": "position"; "required": false; }; }, {}, never, ["*"], false, never>; }