Hex Core JS
    Preparing search index...

    Type Alias JSXChildrenProps

    Contains the children property (with type JSX.Element | JSX.Element[]). Useful for cases where children must all be JSX elements (not null or string).

    type JSXChildrenProps = {
        children: JSX.Element | JSX.Element[];
    }
    Index

    Properties

    Properties

    children: JSX.Element | JSX.Element[]