mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-09 01:18:36 +01:00
29de50c12a
Co-authored-by: scott@signal.org Co-authored-by: ken@signal.org
391 B
391 B
All Options
<util.ConversationContext theme={util.theme}>
<ConfirmationDialog
i18n={util.i18n}
onClose={() => console.log('onClose')}
onAffirmative={() => console.log('onAffirmative')}
affirmativeText="Affirm"
onNegative={() => console.log('onNegative')}
negativeText="Negate"
>
asdf child
</ConfirmationDialog>
</util.ConversationContext>