8000 docs: add deprecation note on SortablejsOptions · SortableJS/ngx-sortablejs@a30a54e · GitHub
[go: up one dir, main page]

Skip to content

Commit a30a54e

Browse files
committed
docs: add deprecation note on SortablejsOptions
1 parent 6ce73c7 commit a30a54e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
import { Options } from 'sortablejs';
22

3+
/**
4+
* @deprecated
5+
* use import { Options } from 'sortablejs'; instead
6+
* */
37
export type SortablejsOptions = Options;

0 commit comments

Comments
 (0)
0