@worktile/ngx-sortablejs
Version:
11 lines (10 loc) • 570 B
TypeScript
import { ModuleWithProviders } from '@angular/core';
import { Options } from 'sortablejs';
import * as i0 from "@angular/core";
import * as i1 from "./sortablejs.directive";
export declare class SortablejsModule {
static forRoot(globalOptions: Options): ModuleWithProviders<SortablejsModule>;
static ɵfac: i0.ɵɵFactoryDeclaration<SortablejsModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<SortablejsModule, never, [typeof i1.SortablejsDirective], [typeof i1.SortablejsDirective]>;
static ɵinj: i0.ɵɵInjectorDeclaration<SortablejsModule>;
}