UNPKG

@reown/appkit-scaffold-ui

Version:

The full stack toolkit to build onchain app UX.

18 lines (17 loc) 436 B
import type { ConnectMethod } from '@reown/appkit-controllers'; export declare const ConstantsUtil: { ACCOUNT_TABS: { label: string; }[]; SECURE_SITE_ORIGIN: string; VIEW_DIRECTION: { Next: string; Prev: string; }; DEFAULT_CONNECT_METHOD_ORDER: ConnectMethod[]; ANIMATION_DURATIONS: { HeaderText: number; ModalHeight: number; ViewTransition: number; }; };