UNPKG

@funkit/connect

Version:

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

9 lines (8 loc) 309 B
/** * Barrel for the Polymarket client. Preserves the public * `@funkit/connect/clients/polymarket` entry point now that the * implementation is split across this folder. */ export * from './createPolymarketDepositConfig'; export * from './polymarket'; export * from './PolymarketDepositAccountDropdown';