Function createElement

  • Parameters

    • type: JSXElementType
    • rawProps: AttributesArg
    • Rest...rawChildren: any[]

    Returns
        | ComponentNode
        | HTMLElement
        | DocumentFragment
        | SVGElement

Methods

  • style 支持对象和字符串形式,但是嵌套的对象形式不支持。 事件 支持函数或者函数数组 className 支持对象

    Parameters

    • name: string
    • value: any

    Returns boolean