saepenatus
Version:
Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardised spec compliant web3 providers for all supported wallets, framework agnostic modern javascript UI with code splitting, CSS customization, mul
15 lines (12 loc) • 409 B
TypeScript
/// <reference types="@sveltejs/kit" />
/// <reference types="@svelteness/kit-docs/globals" />
// See https://kit.svelte.dev/docs/types#app
// for information about these interfaces
// and what to do when importing types
declare namespace App {
// interface Locals {}
// interface Platform {}
// interface Session {}
// interface Stuff {}
}
declare module '@svelteness/kit-docs/tailwind.config.cjs'