The type of the wrapped React component.
The props type of the wrapped React component.
A function that returns a promise that resolves to the component.
Optionaloptions: Partial<IParams>Optional parameters for customizing the loader.
A function that returns the wrapped component with suspense and loader.
Wraps a React component with lazy loading and suspense, displaying a loader while the component is being loaded.