Skip to main content
Version: Next

CreateElement

createElement

Signature
function createElement(type: Function, props: Record<string, unknown>, children: any[]): CommandKitElement<ElementType>

Parameters

type

parameter
Function

props

parameter
Record<string, unknown>

children

parameter
any[]