如果在 Reaction Buddy 的调色板的 Component 标记的 subComponents 特性中定义了子组件,此意图可用于添加子组件。
示例:
subComponents={[
<Comp1/>,
<Comp2/>
]}