UNPKG

@yoyoboot/l-52abp-ng-form-generator

Version:

This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.2.0.

11 lines (10 loc) 476 B
import { DndEvent } from "./dnd-utils"; import { DndDraggableDirective } from "./dnd-draggable.directive"; import * as i0 from "@angular/core"; export declare class DndHandleDirective { draggable: boolean; constructor(parent: DndDraggableDirective); onDragEvent(event: DndEvent): void; static ɵfac: i0.ɵɵFactoryDeclaration<DndHandleDirective, never>; static ɵdir: i0.ɵɵDirectiveDeclaration<DndHandleDirective, "[dndHandle]", never, {}, {}, never>; }