@aerogel/core 0.1.0-next.c4b24f52d8b652bd5c14c2d12e1b38b779ab7682 → 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/dist/aerogel-core.d.ts +7 -7
- package/package.json +1 -1
package/dist/aerogel-core.d.ts
CHANGED
|
@@ -2712,6 +2712,13 @@ declare module '@aerogel/core' {
|
|
|
2712
2712
|
}
|
|
2713
2713
|
|
|
2714
2714
|
|
|
2715
|
+
declare module '@aerogel/core' {
|
|
2716
|
+
interface EventsPayload {
|
|
2717
|
+
'purge-storage': void;
|
|
2718
|
+
}
|
|
2719
|
+
}
|
|
2720
|
+
|
|
2721
|
+
|
|
2715
2722
|
declare module '@aerogel/core' {
|
|
2716
2723
|
interface EventsPayload {
|
|
2717
2724
|
'close-modal': {
|
|
@@ -2728,10 +2735,3 @@ declare module '@aerogel/core' {
|
|
|
2728
2735
|
};
|
|
2729
2736
|
}
|
|
2730
2737
|
}
|
|
2731
|
-
|
|
2732
|
-
|
|
2733
|
-
declare module '@aerogel/core' {
|
|
2734
|
-
interface EventsPayload {
|
|
2735
|
-
'purge-storage': void;
|
|
2736
|
-
}
|
|
2737
|
-
}
|