Latest updates from IceHrmPro
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
import { Key, FlattenNode } from '../interface';
|
||||
export declare function findExpandedKeys(prev?: Key[], next?: Key[]): {
|
||||
add: boolean;
|
||||
key: string | number;
|
||||
};
|
||||
export declare function getExpandRange(shorter: FlattenNode[], longer: FlattenNode[], key: Key): FlattenNode[];
|
||||
Reference in New Issue
Block a user