UNPKG

@reown/appkit-controllers

Version:

The full stack toolkit to build onchain app UX.

8 lines (7 loc) 507 B
import type { Features, FeaturesKeys, RemoteFeatures } from './TypeUtil.js'; export declare const OptionsUtil: { getFeatureValue(key: FeaturesKeys, features?: Features): boolean | import("./TypeUtil.js").ConnectorTypeOrder[] | import("./TypeUtil.js").WalletFeature[] | import("./TypeUtil.js").ConnectMethod[] | undefined; filterSocialsByPlatform<T>(socials: RemoteFeatures["socials"]): T | import("./TypeUtil.js").SocialProvider[]; isSocialsEnabled(): boolean; isEmailEnabled(): boolean; };