UNPKG

@funkit/connect

Version:

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

9 lines (8 loc) 306 B
/** * @external * Allows clients to update the active funkit checkout item's displayable fields. * DANGER: Sensitive fields like asset and amounts should not be updateable by clients */ export declare const useUpdateActiveFunkitCheckout: () => { updateModalTitleMeta: (newMeta: string) => void; };