const React = { createElement(factory: any, props: any, ...children: any[]) { return {factory, props, children} } } const View = () => (