+2
@@ -0,0 +1,2 @@
|
||||
import type { SortingStrategy } from '../types';
|
||||
export declare const horizontalListSortingStrategy: SortingStrategy;
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
export { horizontalListSortingStrategy } from './horizontalListSorting';
|
||||
export { rectSortingStrategy } from './rectSorting';
|
||||
export { rectSwappingStrategy } from './rectSwapping';
|
||||
export { verticalListSortingStrategy } from './verticalListSorting';
|
||||
+2
@@ -0,0 +1,2 @@
|
||||
import type { SortingStrategy } from '../types';
|
||||
export declare const rectSortingStrategy: SortingStrategy;
|
||||
+2
@@ -0,0 +1,2 @@
|
||||
import type { SortingStrategy } from '../types';
|
||||
export declare const rectSwappingStrategy: SortingStrategy;
|
||||
+2
@@ -0,0 +1,2 @@
|
||||
import type { SortingStrategy } from '../types';
|
||||
export declare const verticalListSortingStrategy: SortingStrategy;
|
||||
Reference in New Issue
Block a user