Sign in

Type: ProcessCallbackProps

Props for the <ProcessCallback /> component.

Properties

PropertyTypeDescription
children?ReactNodeContent rendered after the callback has been processed successfully.
error?ReactNode | ((error: Error) => ReactNode)Content rendered when callback processing fails.
loading?ReactNodeContent rendered while the callback is being processed.
© 2024 MonoCloud. All rights reserved.