@htsoft/aiza-wallet-connector
Version:
Wallet connector lib
7 lines (6 loc) • 345 B
TypeScript
export * as types from "./types";
export { Web3ConfigProvider } from "./context/Web3ConfigProvider";
export { useWeb3Wallet } from "./hooks/useWeb3Wallet";
export { useWalletButton } from "./hooks/useWalletButton";
export { useWalletModalState } from "./hooks/useWalletModalState";
export { ModalActionLayout } from "./modal/ModalActionLayout";