Skip to content

Commit 573ac4f

Browse files
authored
Merge pull request #332 from polkadot-ui/nik-some-more-connect-enhancements
forgotten type
2 parents bdcb71c + 4d2af34 commit 573ac4f

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

packages/ui-react/lib/components/Connect/index.ts

+6-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,9 @@ export {
55
useSelectedExtensions,
66
useAvailableExtensions,
77
} from "./hooks"
8-
export type { SelectedAccountType } from "./types"
8+
export type {
9+
ConnectConfiguration,
10+
ConfigType,
11+
CommonConfigType,
12+
SelectedAccountType,
13+
} from "./types"

packages/ui-react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@polkadot-ui/react",
33
"license": "MIT",
4-
"version": "0.0.1-alpha.18",
4+
"version": "0.0.1-alpha.19",
55
"author": "Nikolaos Kontakis<[email protected]>",
66
"type": "module",
77
"description": "Functional React components for Polkadot dApps.",

0 commit comments

Comments
 (0)