UNPKG

@leafer-ui/interface

Version:
10 lines (8 loc) 284 B
import { IPathDataArrow, IPathDataArrowMap } from '../type/IType' import { IUI } from '../IUI' export interface IPathArrowModule { list: IPathDataArrowMap addArrows(ui: IUI): void register(name: string, data: IPathDataArrow): void get(name: string): IPathDataArrow }