UNPKG

@logicflow/extension

Version:
6 lines (5 loc) 174 B
import { RectNode, h } from '@logicflow/core'; export declare class RectLabelNodeView extends RectNode { getLabelShape(): h.JSX.Element; getShape(): h.JSX.Element; }