@ragsters/raggie-wallet-connector
Version:
This is a React component built by the CryptoRaggies team to enable any React website to easily connect to popular Cardano wallets. The user's choice of wallet is persisted to local storage and the wallet connector will automatically reconnect the previou
12 lines (10 loc) • 308 B
TypeScript
/**
*
* @param adBanners Array of strings for ad banners URLs, eg imported using import example1 from "../assets/examples.jpg"
* @returns
*/
declare function App({ adBanners, dAppName }: {
adBanners?: string[];
dAppName?: string;
}): import("react/jsx-runtime").JSX.Element;
export default App;