UNPKG

@leapwallet/embedded-wallet-sdk-react

Version:

A react library for integrating metamask snaps on a cosmos dApp

12 lines (11 loc) 749 B
import "./styles/index.css"; import "./styles/preflight.css"; import '@leapwallet/react-ui/styles.css'; export { AccountModal, AccountView, StickyAggregatedView, type AccountModalProps, type AccountViewProps, } from "./components/aggregated-modal"; export { type ConnectedWallet } from './contexts/account'; export { type EmbeddedWalletProviderProps, EmbeddedWalletProvider } from "./contexts/embedded-wallet-context"; export { type WalletContextProviderProps, WalletContextProvider, WalletType } from './contexts/wallet-context'; export { Actions, type ActionListConfig } from "./contexts/action-list"; export { type AccountContextType } from "./contexts/account"; export { setCustomHeaders } from "./utils/miscellaneous"; export * from "./hooks";