UNPKG

360 BTypeScriptView Raw
1/**
2 * @license
3 *
4 * Use of this source code is governed by an MIT-style license that can be
5 * found in the LICENSE file at https://raw.githubusercontent.com/l-lin/angular-datatables/master/LICENSE
6 */
7import { ModuleWithProviders } from '@angular/core';
8export declare class DataTablesModule {
9 static forRoot(): ModuleWithProviders<DataTablesModule>;
10}