@avalabs/k2-alpine 1.251.2 → 1.255.2
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/ArrowBack.d.ts +2 -0
- package/dist/components/Icons/SwapVertical.d.ts +2 -0
- package/dist/components/Icons/index.d.ts +6 -0
- package/dist/index.cjs +5 -5
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1121 -1076
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -43,6 +43,9 @@ export declare const SettingsIcon: import('react').ComponentType<IconBaseProps &
|
|
|
43
43
|
export declare const LogoutIcon: import('react').ComponentType<IconBaseProps & {
|
|
44
44
|
sx?: SxProps;
|
|
45
45
|
} & import('../..').WithSxProps>;
|
|
46
|
+
export declare const ArrowBackIcon: import('react').ComponentType<IconBaseProps & {
|
|
47
|
+
sx?: SxProps;
|
|
48
|
+
} & import('../..').WithSxProps>;
|
|
46
49
|
export declare const ArrowUpIcon: import('react').ComponentType<IconBaseProps & {
|
|
47
50
|
sx?: SxProps;
|
|
48
51
|
} & import('../..').WithSxProps>;
|
|
@@ -115,6 +118,9 @@ export declare const StakeIcon: import('react').ComponentType<IconBaseProps & {
|
|
|
115
118
|
export declare const SwapIcon: import('react').ComponentType<IconBaseProps & {
|
|
116
119
|
sx?: SxProps;
|
|
117
120
|
} & import('../..').WithSxProps>;
|
|
121
|
+
export declare const SwapVerticalIcon: import('react').ComponentType<IconBaseProps & {
|
|
122
|
+
sx?: SxProps;
|
|
123
|
+
} & import('../..').WithSxProps>;
|
|
118
124
|
export declare const SellIcon: import('react').ComponentType<IconBaseProps & {
|
|
119
125
|
sx?: SxProps;
|
|
120
126
|
} & import('../..').WithSxProps>;
|