UNPKG

@funkit/connect

Version:

Funkit Connect SDK elevates DeFi apps via web2 sign-ins and one-click checkouts.

11 lines (10 loc) 383 B
import type { BoxProps } from '../../../components/Box/Box'; /** * Layout decisions shared between SourceChange and SourceChangeLoading so the * loading skeleton can't drift from the loaded screen. */ export declare function useSourceChangeLayout(): { isTargetAssetSelectable: boolean; showContentDivider: boolean; cryptoCashToggleMarginTop: BoxProps['marginTop']; };