@avalabs/k2-alpine 0.0.0-main-2fa9184 → 0.0.0-main-7a4441d
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/components/Icons/CrossChain.d.ts +2 -0
- package/dist/components/Icons/index.d.ts +3 -0
- package/dist/index.cjs +5 -5
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +870 -847
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -166,6 +166,9 @@ export declare const CloudDownloadIcon: import('react').ComponentType<IconBasePr
|
|
|
166
166
|
export declare const CoinbaseIcon: import('react').ComponentType<IconBaseProps & {
|
|
167
167
|
sx?: SxProps;
|
|
168
168
|
} & import('../..').WithSxProps>;
|
|
169
|
+
export declare const CrossChainIcon: import('react').ComponentType<IconBaseProps & {
|
|
170
|
+
sx?: SxProps;
|
|
171
|
+
} & import('../..').WithSxProps>;
|
|
169
172
|
export declare const DeployedCodeIcon: import('react').ComponentType<IconBaseProps & {
|
|
170
173
|
sx?: SxProps;
|
|
171
174
|
} & import('../..').WithSxProps>;
|