UNPKG

tdesign-vue-next

Version:
5 lines (4 loc) 253 B
import { TreeOptionData } from '../common'; type TargetValue = string | number | object; export declare function findParentValues(options: TreeOptionData[], targetValue: TargetValue, realValue: string, realChildren: string): (TargetValue)[]; export {};