A function with no arguments that returns a Promise.
The promise must resolve to a module whose module.exports.default is a Lilact component
or otherwise it will be whatever the module.exports is set to.
A Lilact component that should be rendered inside a Suspense boundary.
Wrapper that enables async, code-split component loading.
lazyshould be used outside the component definintion or it will produce new components on each rerender.