UNPKG

@web3auth-mpc/ui

Version:
7 lines (6 loc) 379 B
/// <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;