UNPKG

hongluan-ui

Version:
4 lines (3 loc) 135 B
import type { WatcherPropsData } from '.'; declare function useTree<T>(watcherData: WatcherPropsData<T>): any; export default useTree;