@avalabs/k2-alpine 0.0.0-main-83df864 → 0.0.0-main-7a74e15
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/Sell.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 +893 -886
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -112,6 +112,9 @@ export declare const StakeIcon: import('react').ComponentType<IconBaseProps & {
|
|
|
112
112
|
export declare const SwapIcon: import('react').ComponentType<IconBaseProps & {
|
|
113
113
|
sx?: SxProps;
|
|
114
114
|
} & import('../..').WithSxProps>;
|
|
115
|
+
export declare const SellIcon: import('react').ComponentType<IconBaseProps & {
|
|
116
|
+
sx?: SxProps;
|
|
117
|
+
} & import('../..').WithSxProps>;
|
|
115
118
|
/**
|
|
116
119
|
* Tool Icons
|
|
117
120
|
*/
|