@chainberry/ui-components 1.0.30 → 1.0.31
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 +1 -1
- package/dist/index.mjs +11926 -11924
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -414,7 +414,7 @@ declare const COINS_2: Coin_2[];
|
|
|
414
414
|
/** Withdrawable assets and the networks each can move over. */
|
|
415
415
|
declare const COINS_3: Coin_3[];
|
|
416
416
|
|
|
417
|
-
/**
|
|
417
|
+
/** The asset logo for a code, or undefined when we have no artwork for it. */
|
|
418
418
|
export declare function coinSrc(code: string): string | undefined;
|
|
419
419
|
|
|
420
420
|
export declare type Column<T> = {
|