@ryuu-reinzz/haruka-lib 3.7.1 → 4.0.0-beta.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/main/index.js CHANGED
@@ -1,4 +1,9 @@
1
- import addProperty from "./socket.js";
1
+ import addProperty, {
2
+ Button,
3
+ ButtonV2,
4
+ Carousel,
5
+ AIRich
6
+ } from "./socket.js";
2
7
  import useSQLiteAuthState from "./sqlite3-auth/auth.js";
3
8
  import Sticker from './sticker-engine/index.js';
4
9
  import {
@@ -13,13 +18,24 @@ import {
13
18
 
14
19
  const haruka = {
15
20
  addProperty,
16
- useSQLiteAuthState
21
+ useSQLiteAuthState,
22
+ Sticker,
23
+ stickerVid,
24
+ stickerImg,
25
+ AudioToOpus,
26
+ Button,
27
+ ButtonV2,
28
+ Carousel,
29
+ AIRich
17
30
  };
18
-
19
31
  export default haruka;
20
32
  export {
21
33
  Sticker,
22
34
  stickerVid,
23
35
  stickerImg,
24
- AudioToOpus
36
+ AudioToOpus,
37
+ Button,
38
+ ButtonV2,
39
+ Carousel,
40
+ AIRich
25
41
  };