Is your feature request related to a problem? Please describe.
When integrated this plugin with project that use typescript. Type-Check will throw error type cause suspense props is unknown type definition
Describe the solution you'd like
We need to tell typescript compiler if this plugin enable
Describe alternatives you've considered
Manually extends React Type to support suspense props
suspense?: SuspensePropse["fallback"];
Additional context
Is your feature request related to a problem? Please describe.
When integrated this plugin with project that use typescript. Type-Check will throw error type cause
suspenseprops is unknown type definitionDescribe the solution you'd like
We need to tell typescript compiler if this plugin enable
Describe alternatives you've considered
Manually extends React Type to support
suspensepropsAdditional context