UNPKG

angular-datatables

Version:
11 lines (10 loc) 360 B
/** * @license * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://raw.githubusercontent.com/l-lin/angular-datatables/master/LICENSE */ import { ModuleWithProviders } from '@angular/core'; export declare class DataTablesModule { static forRoot(): ModuleWithProviders<DataTablesModule>; }