@funkit/connect
Version:
Funkit Connect SDK elevates DeFi apps via web2 sign-ins and one-click checkouts.
16 lines (15 loc) • 530 B
TypeScript
export declare const chainIconAnimations: string[];
export declare const motionTransitionEnter: {
duration: number;
ease: readonly [0.3, 0, 0, 1];
};
export declare const motionTransitionExit: {
duration: number;
ease: readonly [0.8, 0, 0.2, 1];
};
export declare const bannerWrapper: string;
export declare const clusterWrapper: string;
export declare const chainIconScale: string;
export declare const usdcIconAnchor: string;
export declare const textContent: string;
export declare const dismissButton: string;