@phanmn/chat3-sdk
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -95,2 +95,9 @@ import * as valibot from 'valibot'; | ||
export { type Appearance, Client, Wallet, WalletType }; | ||
declare class Spin { | ||
#private; | ||
constructor(spinId: string, client: Client, appearance?: Appearance | null); | ||
mount(selector: string | HTMLElement): Promise<void>; | ||
dispose(): void; | ||
} | ||
export { type Appearance, Client, Spin, Wallet, WalletType }; |
{ | ||
"name": "@phanmn/chat3-sdk", | ||
"type": "module", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Chat3.one SDK", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
36611
753