createFunctionalComponent
JSFunction
createFunctionalComponent(
Create a functional component - returns the component function itself
Implementation
JSFunction createFunctionalComponent(
ReactElement Function(JSObject props) render,
) =>
((JSAny props) => render(props as JSObject)).toJS;