UNPKG

@aplus-frontend/antdv

Version:

Vue basic component library maintained based on ant-design-vue

7 lines (6 loc) 273 B
import type { Key, FlattenNode } from '../interface'; export declare function findExpandedKeys(prev?: Key[], next?: Key[]): { add: boolean; key: Key; }; export declare function getExpandRange(shorter: FlattenNode[], longer: FlattenNode[], key: Key): FlattenNode[];