@tangle-network/blueprint-ui 0.5.5 → 0.5.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/index.ts +0 -6
package/package.json
CHANGED
package/src/index.ts
CHANGED
|
@@ -126,16 +126,10 @@ export { useWalletEthBalance } from './hooks/useWalletEthBalance';
|
|
|
126
126
|
|
|
127
127
|
// ── Registration ──
|
|
128
128
|
export { useRegistrationCommand } from './hooks/useRegistrationCommand';
|
|
129
|
-
export type { RegistrationCommandOptions, RegistrationCommandResult, RegistrationMode } from './hooks/useRegistrationCommand';
|
|
130
129
|
|
|
131
130
|
// ── Service Request ──
|
|
132
131
|
export { useServiceRequest } from './hooks/useServiceRequest';
|
|
133
|
-
export type { ServiceRequestParams } from './hooks/useServiceRequest';
|
|
134
132
|
|
|
135
133
|
// ── Registration ──
|
|
136
|
-
export { useRegistrationCommand } from './hooks/useRegistrationCommand';
|
|
137
|
-
export type { RegistrationCommandOptions, RegistrationCommandResult, RegistrationMode } from './hooks/useRegistrationCommand';
|
|
138
134
|
|
|
139
135
|
// ── Service Request ──
|
|
140
|
-
export { useServiceRequest } from './hooks/useServiceRequest';
|
|
141
|
-
export type { ServiceRequestParams } from './hooks/useServiceRequest';
|