We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bdcb71c + 4d2af34 commit 573ac4fCopy full SHA for 573ac4f
packages/ui-react/lib/components/Connect/index.ts
@@ -5,4 +5,9 @@ export {
5
useSelectedExtensions,
6
useAvailableExtensions,
7
} from "./hooks"
8
-export type { SelectedAccountType } from "./types"
+export type {
9
+ ConnectConfiguration,
10
+ ConfigType,
11
+ CommonConfigType,
12
+ SelectedAccountType,
13
+} from "./types"
packages/ui-react/package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@polkadot-ui/react",
3
"license": "MIT",
4
- "version": "0.0.1-alpha.18",
+ "version": "0.0.1-alpha.19",
"author": "Nikolaos Kontakis<[email protected]>",
"type": "module",
"description": "Functional React components for Polkadot dApps.",
0 commit comments