UNPKG

@reown/appkit-siwx

Version:

The chain agnostic tool to enable authentication for AppKit applications.

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