UNPKG

@nfid/identitykit

Version:

A React library for adding wallet connections to dApps.

10 lines (9 loc) 183 B
export declare enum IdentityKitTheme { LIGHT = "light", DARK = "dark", SYSTEM = "system" } export declare const DEFAULT_SIZES: { width: number; height: number; };