@aerogel/core 0.1.0-next.f99d02aba04109e68987d90489974bfa0bb54a41 → 0.1.1-next.785e2c42ed379bc0f268c637d1023a51f5832d80
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 +8 -8
- package/package.json +1 -1
package/dist/aerogel-core.d.ts
CHANGED
|
@@ -2617,14 +2617,6 @@ export declare type Variants<T extends Record<string, string | boolean>> = Requi
|
|
|
2617
2617
|
export { }
|
|
2618
2618
|
|
|
2619
2619
|
|
|
2620
|
-
declare module '@aerogel/core' {
|
|
2621
|
-
interface EventsPayload {
|
|
2622
|
-
'application-ready': void;
|
|
2623
|
-
'application-mounted': void;
|
|
2624
|
-
}
|
|
2625
|
-
}
|
|
2626
|
-
|
|
2627
|
-
|
|
2628
2620
|
declare module '@aerogel/core' {
|
|
2629
2621
|
interface AerogelOptions {
|
|
2630
2622
|
directives?: Record<string, Directive>;
|
|
@@ -2639,6 +2631,14 @@ declare module 'vue' {
|
|
|
2639
2631
|
}
|
|
2640
2632
|
|
|
2641
2633
|
|
|
2634
|
+
declare module '@aerogel/core' {
|
|
2635
|
+
interface EventsPayload {
|
|
2636
|
+
'application-ready': void;
|
|
2637
|
+
'application-mounted': void;
|
|
2638
|
+
}
|
|
2639
|
+
}
|
|
2640
|
+
|
|
2641
|
+
|
|
2642
2642
|
declare module '@aerogel/core' {
|
|
2643
2643
|
interface AerogelOptions {
|
|
2644
2644
|
handleError?(error: ErrorSource): boolean;
|