UNPKG

@redhare/lowcode-types

Version:

Types for Ali lowCode engine

12 lines (11 loc) 260 B
export declare enum IPublicEnumTransitionType { /** 节点更新后重绘处理 */ REPAINT = 0 } /** * @deprecated use IPublicEnumTransitionType instead */ export declare enum TransitionType { /** 节点更新后重绘处理 */ REPAINT = 0 }