UNPKG

tdesign-vue-next

Version:
6 lines (5 loc) 218 B
import { TypeSetupContext } from '../utils/adapt'; import { TreeProps, TypeTreeState } from '../types'; export default function useTreeState(props: TreeProps, context: TypeSetupContext): { state: TypeTreeState; };