@chainberry/ui-components 1.0.16 → 1.0.17
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/dist/index.cjs +1 -1
- package/dist/index.d.ts +4 -0
- package/dist/index.mjs +21348 -20562
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -280,6 +280,10 @@ export declare namespace balancesData {
|
|
|
280
280
|
}
|
|
281
281
|
}
|
|
282
282
|
|
|
283
|
+
export declare function BalancesPage(): JSX.Element;
|
|
284
|
+
|
|
285
|
+
export declare function BalancesPageV2(): JSX.Element;
|
|
286
|
+
|
|
283
287
|
export declare namespace balancesRecentTransactions {
|
|
284
288
|
export {
|
|
285
289
|
RecentTxDirection,
|