JSX fragment factory. Provides a JSX runtime compliant helper
creating arrays of bound elementOpen and elementClose calls.
This createFragment factory function is meant to be implicitly imported
by the TypeScript transpiler through its JSX bindings and returns an
JSX.Element which can be rendered into an element attached to the
Document through the render function.
JSX fragment factory. Provides a JSX runtime compliant helper creating arrays of bound elementOpen and elementClose calls. This createFragment factory function is meant to be implicitly imported by the TypeScript transpiler through its JSX bindings and returns an JSX.Element which can be rendered into an element attached to the Document through the render function.