easy-email-pro-editor 1.53.0 → 1.54.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/CHANGELOG.md +12 -0
- package/lib/index.js +5592 -5643
- package/lib/typings/contexts/InteractContext.d.ts +0 -7
- package/package.json +1 -1
|
@@ -33,13 +33,6 @@ export interface InteractContextProps {
|
|
|
33
33
|
initialStandaloneElement: Element | null;
|
|
34
34
|
}
|
|
35
35
|
export declare const InteractContext: React.Context<InteractContextProps>;
|
|
36
|
-
export declare const useEditorStore: import("zustand").UseBoundStore<import("zustand").StoreApi<{
|
|
37
|
-
state: InteractContextProps;
|
|
38
|
-
setState: (state: InteractContextProps) => void;
|
|
39
|
-
}>>;
|
|
40
|
-
export declare const ContextToZustandBridge: React.FC<{
|
|
41
|
-
children: React.ReactNode;
|
|
42
|
-
}>;
|
|
43
36
|
export declare const InteractProvider: React.FC<{
|
|
44
37
|
children: React.ReactNode;
|
|
45
38
|
}>;
|