UNPKG
@tanstack/angular-table
Version:
alpha (9.0.0-alpha.10)
latest (8.21.3)
9.0.0-alpha.10
9.0.0-alpha.9
9.0.0-alpha.8
9.0.0-alpha.6
9.0.0-alpha.5
9.0.0-alpha.4
9.0.0-alpha.3
9.0.0-alpha.1
9.0.0-alpha.0
8.21.3
8.21.2
8.21.0
8.20.5
8.20.1
8.19.4
8.19.3
8.19.2
8.19.1
8.19.0
8.18.1
8.17.3
8.17.2
8.17.1
8.17.0
Headless UI for building powerful tables & datagrids for Angular.
tanstack.com/table
TanStack/table
@tanstack/angular-table
/
build
/
lib
/
proxy.d.ts
4 lines
(3 loc)
•
197 B
TypeScript
View Raw
1
2
3
4
import
{
type
Signal
}
from
'@angular/core'
;
import
{
type
Table
}
from
'@tanstack/table-core'
;
export
declare
function
proxifyTable<T>(
tableSignal
:
Signal
<
Table
<T>>):
Table
<T> &
Signal
<
Table
<T>>;