UNPKG

ivue-material-plus

Version:

A high quality UI components Library with Vue.js

5 lines (4 loc) 154 B
import type Node from '../store/node'; export declare function useNodeExpandEventBroadcast(props: any): { broadcastExpanded: (node: Node) => void; };