UNPKG

@funkit/connect

Version:

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

7 lines (6 loc) 286 B
import React from 'react'; import { type InfoBannerProps } from './InfoBanner'; /** InfoBanner that disappears at a certain point in time */ export declare const EphemeralInfoBanner: ({ expireAtMs, ...props }: InfoBannerProps & { expireAtMs: number; }) => React.JSX.Element | null;