@ng-dnd/sortable
Version:
Sortable for Angular DnD
12 lines (11 loc) • 833 B
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./directives/sortable";
import * as i2 from "./directives/sortable-list";
import * as i3 from "./directives/sortable-template";
import * as i4 from "./directives/sortable-render";
import * as i5 from "./directives/sortable-external";
export declare class DndSortableModule {
static ɵfac: i0.ɵɵFactoryDeclaration<DndSortableModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<DndSortableModule, never, [typeof i1.DndSortable, typeof i2.DndSortableList, typeof i3.DndSortableTemplate, typeof i4.DndSortableRenderer, typeof i5.DndSortableExternal], [typeof i1.DndSortable, typeof i2.DndSortableList, typeof i3.DndSortableTemplate, typeof i4.DndSortableRenderer, typeof i5.DndSortableExternal]>;
static ɵinj: i0.ɵɵInjectorDeclaration<DndSortableModule>;
}