@rfkit/charts 1.1.1 → 1.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -5,4 +5,4 @@
|
|
|
5
5
|
* @returns {T} 下一个值
|
|
6
6
|
*/
|
|
7
7
|
export declare const nextItem: <T extends string | number>(v: T, list: T[]) => T;
|
|
8
|
-
export declare function findNeighbors(currentValue:
|
|
8
|
+
export declare function findNeighbors(currentValue: number, arr: number[], deltaY: number): number;
|