Package:
@hexos/react-uiContainer component that displays pending action confirmation dialogs.
Monitors the pendingActionConfirmationsAtom from @hexos/react-core and renders confirmation
dialogs for actions requiring user approval. Only shows one confirmation at a time.
This is a placeholder implementation. Full integration requires connecting to the
pendingActionConfirmationsAtom and handling the resolution callbacks.
Custom dialog rendering is supported via the renderDialog prop for white-label customization.
Example
<ActionConfirmContainer />function ActionConfirmContainer(props: ActionConfirmContainerProps): React.ReactElement | nullParameters