UNPKG

@funkit/connect

Version:

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

21 lines (20 loc) 970 B
export declare const SCROLL_BAR_WIDTH = 6; export declare const DIALOG_BOTTOM_PADDING = "15"; /** * note the border defined here is taken into account in the FunCheckoutModalHeightAnimationWrapper component in the `getPermittedHeight` function * adjusting the border width will require adjusting the `getPermittedHeight` function */ export declare const dialog: string; export declare const dialogCompact: string; export declare const dialogMedium: string; export declare const dialogWide: string; export declare const withoutSidePadding: string; export declare const withoutBottomPadding: string; export declare const dialogMobile: string; export declare const scrollContent: string; export declare const scrollbarHidden: string; export declare const fullHeightContent: string; export declare const noPaddingContent: string; export declare const dividerTransition: string; export declare const contentExpanded: string; export declare const contentCollapsed: string;