ng-enjoyhint
Version:
<!-- This file is generated by 'pnpm run build', so it can include the API docs for the library. Do not edit this manually.
15 lines (14 loc) • 561 B
TypeScript
import * as i0 from "@angular/core";
export declare class ForceFieldComponent {
size: {
width: number;
height: number;
};
position: {
x: number;
y: number;
};
eventBlackHole(event: Event): boolean;
static ɵfac: i0.ɵɵFactoryDeclaration<ForceFieldComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<ForceFieldComponent, "lib-force-field", never, { "size": { "alias": "size"; "required": false; }; "position": { "alias": "position"; "required": false; }; }, {}, never, never, true, never>;
}