Interface: JSX_FunctionComponent<T>
@divine/x4e.JSX_FunctionComponent
Type parameters
| Name | Type |
|---|---|
T | extends JSX_Attributes |
Callable
JSX_FunctionComponent
▸ JSX_FunctionComponent(props, children): JSX_ComponentResult
Parameters
| Name | Type |
|---|---|
props | T |
children | XMLList<Node> |