(props: any)
| 9 | } |
| 10 | } |
| 11 | function isActionRef(props: any): boolean { |
| 12 | return props.type && props.type === 'actionRef'; |
| 13 | } |
| 14 | |
| 15 | /** |
| 16 | * 将「乐高版本」协议升级成 JSExpression / JSSlot 等标准协议的结构 |
no outgoing calls
no test coverage detected
searching dependent graphs…