ablok-components 0.3.46 → 0.3.48
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.
|
@@ -10,7 +10,7 @@ declare function __VLS_template(): {
|
|
|
10
10
|
};
|
|
11
11
|
refs: {
|
|
12
12
|
wrapper: HTMLSpanElement;
|
|
13
|
-
target:
|
|
13
|
+
target: HTMLDivElement;
|
|
14
14
|
preview: HTMLDivElement;
|
|
15
15
|
};
|
|
16
16
|
rootEl: HTMLSpanElement;
|
|
@@ -101,7 +101,7 @@ declare const __VLS_component: import('../../../../vue/dist/vue.esm-bundler.js')
|
|
|
101
101
|
popoverId: string;
|
|
102
102
|
}, {}, {}, {}, string, import('../../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, true, {
|
|
103
103
|
wrapper: HTMLSpanElement;
|
|
104
|
-
target:
|
|
104
|
+
target: HTMLDivElement;
|
|
105
105
|
preview: HTMLDivElement;
|
|
106
106
|
}, HTMLSpanElement>;
|
|
107
107
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|