x-runtime-lib 0.6.19 → 0.6.21
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.
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { BaseProps } from '../../../../../types';
|
|
2
2
|
declare const mode: import("../../../../../types").Mode;
|
|
3
|
+
declare const target: import("vue").ComputedRef<[x: number, y: number]>;
|
|
3
4
|
declare const id: import("vue").ComputedRef<any>;
|
|
4
5
|
declare const open: import("vue").WritableComputedRef<boolean, boolean>;
|
|
5
6
|
declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
|
|
@@ -9,6 +10,7 @@ type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$
|
|
|
9
10
|
}>;
|
|
10
11
|
declare const __VLS_self: import("vue").DefineComponent<BaseProps, {
|
|
11
12
|
mode: typeof mode;
|
|
13
|
+
target: typeof target;
|
|
12
14
|
id: typeof id;
|
|
13
15
|
open: typeof open;
|
|
14
16
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BaseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|