UNPKG
@covalent/data-table
Version:
latest (0.9.1)
0.9.1
0.9.0
0.8.1
0.8.0
Teradata UI Platform Data Table Module
github.com/teradata/covalent
teradata/covalent
@covalent/data-table
/
data-table.module.d.ts
6 lines
(5 loc)
•
211 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
ModuleWithProviders
,
Type
}
from
'@angular/core'
;
export
declare
const
TD_DATA_TABLE_DIRECTIVES
:
Type
<
any
>[];
export
declare
class
CovalentDataTableModule
{
static
forRoot
():
ModuleWithProviders
; }