UNPKG
frava-sortablejs
Version:
latest (1.0.0)
1.0.0
github.com/Liquid-JS/nxt-sortablejs
Liquid-JS/nxt-sortablejs
frava-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
>;