@iotexproject/kit 0.0.100 → 0.0.101
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.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -8468,7 +8468,7 @@ declare class Contract extends BaseDBModule {
|
|
|
8468
8468
|
address: string;
|
|
8469
8469
|
}): Promise<number>;
|
|
8470
8470
|
}
|
|
8471
|
-
export type ComponentType = "banner-latest" | "iotex-
|
|
8471
|
+
export type ComponentType = "banner-latest" | "iotex-2.0";
|
|
8472
8472
|
export interface ComponentData {
|
|
8473
8473
|
id: ComponentType;
|
|
8474
8474
|
fullScreenData: string;
|