UNPKG

@dynamic-labs/sdk-react-core

Version:

A React SDK for implementing wallet web3 authentication and authorization to your website.

4 lines (3 loc) 253 B
/// <reference types="react" /> import { ConfirmationModalProps } from './ConfirmationModal.types'; export declare const ConfirmationModal: ({ modalId, closeModal, show, zIndex, handleOnModalUnmount, children, }: ConfirmationModalProps) => JSX.Element;