UNPKG

@web3auth-mpc/ui

Version:
12 lines (11 loc) 352 B
import { ModalStatusType } from "../interfaces"; interface DetailedLoaderProps { message?: string; appLogo?: string; adapter: string; adapterName: string; modalStatus: ModalStatusType; onClose: () => void; } export default function DetailedLoader(props: DetailedLoaderProps): import("react/jsx-runtime").JSX.Element; export {};