UNPKG

@leafer-ui/interface

Version:
8 lines (6 loc) 203 B
import { IPathDataArrowMap } from '../type/IType' import { IUI } from '../IUI' export interface IPathArrowModule { list: IPathDataArrowMap addArrows(ui: IUI, changeRenderPath?: boolean): void }