We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa197a6 commit 32a224cCopy full SHA for 32a224c
src/components/FormCreate/src/type/index.ts
@@ -47,5 +47,5 @@ export interface SelectRuleOption {
47
name: string // 组件名称
48
icon: string // 组件图标
49
props?: any[], // 组件规则
50
- event?: any[] // 事件
+ event?: any[] // 事件配置
51
}
0 commit comments