@web3auth-mpc/ui
Version:
Ui modal for web3Auth
7 lines (6 loc) • 379 B
TypeScript
/// <reference types="react" />
import { WhiteLabelData } from "@toruslabs/openlogin-utils";
type FooterProps = Partial<Pick<WhiteLabelData, "privacyPolicy" | "tncLink" | "defaultLanguage">>;
declare function Footer(props: FooterProps): import("react/jsx-runtime").JSX.Element;
declare const _default: import("react").MemoExoticComponent<typeof Footer>;
export default _default;