@funkit/connect
Version:
Funkit Connect SDK elevates DeFi apps via web2 sign-ins and one-click checkouts.
15 lines (14 loc) • 760 B
TypeScript
export declare const easing: number[];
export declare const DialogAnimationTimeIn = 0.25;
export declare const DialogAnimationTimeOut = 0.12;
export declare const overlay: string;
export declare const content: string;
export declare const titleContainer: string;
/** Content that shouls overflow into topbar */
export declare const topbarOverflowContent: string;
/** Wrapper around DialogTitle to position its variable-opacity background */
export declare const topbarFadeWrapper: string;
/** Absolute-positioned background behind topbar (lets us modulate background opacity without making text/button transparent) */
export declare const topbarFadeBackground: string;
export declare const itemsAlignCenter: string;
export declare const itemsAlignEnd: string;