UNPKG

tdesign-vue-next

Version:
6 lines (5 loc) 242 B
import { TypeSetupContext } from '../utils/adapt'; import { TypeTreeItemProps, TypeTreeItemState } from '../types'; export default function useItemState(props: TypeTreeItemProps, context: TypeSetupContext): { state: TypeTreeItemState; };