UNPKG

hongluan-ui

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