Hnxml Standard
    Preparing search index...

    Interface HXGoals

    interface HXGoals {
        children: void | HXGoal | HXGoal[];
        key?: never;
    }
    Index

    Properties

    Properties

    children: void | HXGoal | HXGoal[]

    必须显式声明 children 才能禁止自闭和写法 <goals/>

    若内容为空,要求书写jsx时使用 <goals>{undefined}<goals>

    key?: never