UNPKG

@redhare/lowcode-types

Version:

Types for Ali lowCode engine

6 lines (5 loc) 146 B
import { IPublicModelNode } from '..'; export interface IPublicTypeOnChangeOptions<Node = IPublicModelNode> { type: string; node: Node; }