UNPKG

@reown/appkit-siwx

Version:

The chain agnostic tool to enable authentication for AppKit applications.

3 lines (2 loc) 162 B
import { type SIWXConfig } from '@reown/appkit-controllers'; export declare function useAppKitSIWX<Config extends SIWXConfig = SIWXConfig>(): Config | undefined;