UNPKG

@duoduo-oba/ng-devui

Version:

DevUI components based on Angular

10 lines (9 loc) 292 B
export interface DragPlaceholderInsertionEvent { command: 'insertBefore' | 'append' | 'remove'; container?: HTMLElement; relatedEl?: Element; } export interface DragPlaceholderInsertionIndexEvent { command: 'insertBefore' | 'append' | 'remove'; index?: number; }