UNPKG

yanzhen-design-vue

Version:

4 lines (3 loc) 208 B
import { ContactsItem, ContactsValue } from '../constants'; import { MaybeRef } from 'vue'; export declare function handleTreeNode(props: ContactsItem, selectedIds?: MaybeRef<ContactsValue[]>): ContactsItem;