This commit is contained in:
2
node_modules/@dnd-kit/sortable/dist/strategies/horizontalListSorting.d.ts
generated
vendored
Normal file
2
node_modules/@dnd-kit/sortable/dist/strategies/horizontalListSorting.d.ts
generated
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
import type { SortingStrategy } from '../types';
|
||||
export declare const horizontalListSortingStrategy: SortingStrategy;
|
||||
4
node_modules/@dnd-kit/sortable/dist/strategies/index.d.ts
generated
vendored
Normal file
4
node_modules/@dnd-kit/sortable/dist/strategies/index.d.ts
generated
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
export { horizontalListSortingStrategy } from './horizontalListSorting';
|
||||
export { rectSortingStrategy } from './rectSorting';
|
||||
export { rectSwappingStrategy } from './rectSwapping';
|
||||
export { verticalListSortingStrategy } from './verticalListSorting';
|
||||
2
node_modules/@dnd-kit/sortable/dist/strategies/rectSorting.d.ts
generated
vendored
Normal file
2
node_modules/@dnd-kit/sortable/dist/strategies/rectSorting.d.ts
generated
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
import type { SortingStrategy } from '../types';
|
||||
export declare const rectSortingStrategy: SortingStrategy;
|
||||
2
node_modules/@dnd-kit/sortable/dist/strategies/rectSwapping.d.ts
generated
vendored
Normal file
2
node_modules/@dnd-kit/sortable/dist/strategies/rectSwapping.d.ts
generated
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
import type { SortingStrategy } from '../types';
|
||||
export declare const rectSwappingStrategy: SortingStrategy;
|
||||
2
node_modules/@dnd-kit/sortable/dist/strategies/verticalListSorting.d.ts
generated
vendored
Normal file
2
node_modules/@dnd-kit/sortable/dist/strategies/verticalListSorting.d.ts
generated
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
import type { SortingStrategy } from '../types';
|
||||
export declare const verticalListSortingStrategy: SortingStrategy;
|
||||
Reference in New Issue
Block a user