@schematichq/schematic-react 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,37 @@
1
+ import { Event as Event_2 } from '@schematichq/schematic-js';
2
+ import { EventBody } from '@schematichq/schematic-js';
3
+ import { EventBodyCompany } from '@schematichq/schematic-js';
4
+ import { EventBodyIdentify } from '@schematichq/schematic-js';
5
+ import { EventBodyTrack } from '@schematichq/schematic-js';
6
+ import { EventType } from '@schematichq/schematic-js';
7
+ import { FlagCheckResponseBody } from '@schematichq/schematic-js';
8
+ import { FlagCheckWithKeyResponseBody } from '@schematichq/schematic-js';
9
+ import { Keys } from '@schematichq/schematic-js';
1
10
  import { default as React_2 } from 'react';
2
11
  import { ReactNode } from 'react';
12
+ import { SchematicContext } from '@schematichq/schematic-js';
3
13
  import * as SchematicJS from '@schematichq/schematic-js';
14
+ import { Traits } from '@schematichq/schematic-js';
15
+
16
+ export { Event_2 as Event }
17
+
18
+ export { EventBody }
19
+
20
+ export { EventBodyCompany }
21
+
22
+ export { EventBodyIdentify }
23
+
24
+ export { EventBodyTrack }
25
+
26
+ export { EventType }
27
+
28
+ export { FlagCheckResponseBody }
29
+
30
+ export { FlagCheckWithKeyResponseBody }
31
+
32
+ export { Keys }
33
+
34
+ export { SchematicContext }
4
35
 
5
36
  declare interface SchematicContextProps {
6
37
  client?: SchematicJS.Schematic;
@@ -18,6 +49,8 @@ declare interface SchematicProviderProps {
18
49
  publishableKey?: string;
19
50
  }
20
51
 
52
+ export { Traits }
53
+
21
54
  export declare const useSchematic: () => SchematicContextProps;
22
55
 
23
56
  export declare const useSchematicContext: () => {