@avalabs/k2-alpine 0.0.0-main-aaca4d5 → 0.0.0-main-7174eaa
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/index.d.ts +3 -0
- package/dist/index.cjs +5 -5
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1702 -1694
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
|
@@ -112,6 +112,9 @@ export declare const PredictionsIcon: import('react').ComponentType<IconBaseProp
|
|
|
112
112
|
export declare const BridgeIcon: import('react').ComponentType<IconBaseProps & {
|
|
113
113
|
sx?: SxProps;
|
|
114
114
|
} & import('../..').WithSxProps>;
|
|
115
|
+
export declare const FastStakeIcon: import('react').ComponentType<IconBaseProps & {
|
|
116
|
+
sx?: SxProps;
|
|
117
|
+
} & import('../..').WithSxProps>;
|
|
115
118
|
export declare const SendIcon: import('react').ComponentType<IconBaseProps & {
|
|
116
119
|
sx?: SxProps;
|
|
117
120
|
} & import('../..').WithSxProps>;
|