@echo-sdk/view 0.1.0

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/README.md ADDED
@@ -0,0 +1,15 @@
1
+ # `create-preact`
2
+
3
+ <h2 align="center">
4
+ <img height="256" width="256" src="./src/assets/preact.svg">
5
+ </h2>
6
+
7
+ <h3 align="center">Get started using Preact and Vite!</h3>
8
+
9
+ ## Getting Started
10
+
11
+ - `npm run dev` - Starts a dev server at http://localhost:5173/
12
+
13
+ - `npm run build` - Builds for production, emitting to `dist/`
14
+
15
+ - `npm run preview` - Starts a server at http://localhost:4173/ to test production build locally
@@ -0,0 +1,21 @@
1
+ declare function Bt(e: any): {
2
+ type: any;
3
+ props: any;
4
+ key: any;
5
+ ref: any;
6
+ __k: any;
7
+ __: any;
8
+ __b: number;
9
+ __e: any;
10
+ __c: any;
11
+ constructor: any;
12
+ __v: number;
13
+ __i: number;
14
+ __u: number;
15
+ __source: any;
16
+ __self: any;
17
+ };
18
+ declare function Kt(e: any, t: any): {
19
+ destroy: () => void;
20
+ };
21
+ export { Bt as ChatPopup, Kt as mountChatPopup };
File without changes
@@ -0,0 +1,2 @@
1
+ export * from './src/index'
2
+ export {}