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
/
sortablejs.module.d.ts
6 lines
(5 loc)
•
216 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
ModuleWithProviders
}
from
'@angular/core'
;
import
{
Options
}
from
'sortablejs'
;
export
declare
class
SortablejsModule
{
static
forRoot
(
globalOptions
:
Options
):
ModuleWithProviders
<
SortablejsModule
>; }