UNPKG
@worktile/ngx-sortablejs
Version:
latest (19.0.0)
19.0.0
19.0.0-next.0
18.0.0
17.0.0
17.0.0-next.0
16.0.0
15.0.0
github.com/mrphelko/ngx-sortablejs
mrphelko/ngx-sortablejs
@worktile/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
>;