UNPKG
ngx-sortablejs
Version:
latest (11.1.0)
11.1.0
11.0.0
10.1.0
10.0.0
9.0.0
3.1.4
3.1.3
3.1.2
3.1.1
3.1.0
3.0.0
github.com/sortablejs/ngx-sortablejs
sortablejs/ngx-sortablejs
ngx-sortablejs
/
lib
/
globals.d.ts
4 lines
(3 loc)
•
141 B
TypeScript
View Raw
1
2
3
4
import
{
InjectionToken
}
from
'@angular/core'
;
import
{
Options
}
from
'sortablejs'
;
export
declare
const
GLOBALS
:
InjectionToken
<
Options
>;