UNPKG

@nfid/identitykit

Version:

A React library for adding wallet connections to dApps.

6 lines (5 loc) 253 B
import { PropsWithChildren } from "react"; import { IdentityKitTheme } from "../../constants"; export declare function ThemeProvider({ children, ...props }: PropsWithChildren<{ theme?: IdentityKitTheme; }>): import("react/jsx-runtime").JSX.Element;