UNPKG

ant-design-vue

Version:

An enterprise-class UI design language and Vue-based implementation

9 lines (8 loc) 487 B
import type { DataEntity } from '../../vc-tree/interface'; import type { FieldNames, RawValueType } from '../TreeSelect'; import type { Ref, ShallowRef } from 'vue'; declare const _default: (treeData: ShallowRef<any>, fieldNames: Ref<FieldNames>) => { valueEntities: ShallowRef<Map<RawValueType, DataEntity<import("../../vc-tree/interface").DataNode>>>; keyEntities: ShallowRef<Record<string, DataEntity<import("../../vc-tree/interface").DataNode>>>; }; export default _default;