Skip to content

Commit

Permalink
fix: export types from dapp kit (#228)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidecarpini authored Apr 2, 2024
1 parent 9f87adb commit c4a7ae4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/dapp-kit-ui/src/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import {
initModalAndButton,
} from './utils';
import type { SourceInfo, I18n, ThemeMode } from './constants';
export type { WalletConnectOptions, DAppKitOptions } from '@vechain/dapp-kit';

let dappKit: DAppKit | null = null;
let dappKitOptions: DAppKitUIOptions | null = null;
Expand Down

0 comments on commit c4a7ae4

Please sign in to comment.