ng-devui
Version:
DevUI components based on Angular
11 lines (10 loc) • 586 B
TypeScript
import { EventEmitter } from '@angular/core';
import * as i0 from "@angular/core";
export declare class DashboardLibraryPanelDirective {
widgetDragStart: EventEmitter<any>;
widgetDragStop: EventEmitter<any>;
dragStartHandler(): void;
dragStopHandler(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<DashboardLibraryPanelDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<DashboardLibraryPanelDirective, "[dDashboardLibraryPanel]", never, {}, { "widgetDragStart": "widgetDragStart"; "widgetDragStop": "widgetDragStop"; }, never, never, false, never>;
}