@up-packages/ui 0.9.2-qa → 0.9.4-qa
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.
|
@@ -29,15 +29,15 @@ export interface UpxTextFieldProps {
|
|
|
29
29
|
} | null;
|
|
30
30
|
icon?: string;
|
|
31
31
|
}
|
|
32
|
-
declare var
|
|
32
|
+
declare var __VLS_16: {}, __VLS_18: {}, __VLS_20: {}, __VLS_22: {};
|
|
33
33
|
type __VLS_Slots = {} & {
|
|
34
|
-
prepend?: (props: typeof
|
|
34
|
+
prepend?: (props: typeof __VLS_16) => any;
|
|
35
35
|
} & {
|
|
36
|
-
'prepend-inner'?: (props: typeof
|
|
36
|
+
'prepend-inner'?: (props: typeof __VLS_18) => any;
|
|
37
37
|
} & {
|
|
38
|
-
append?: (props: typeof
|
|
38
|
+
append?: (props: typeof __VLS_20) => any;
|
|
39
39
|
} & {
|
|
40
|
-
'append-inner'?: (props: typeof
|
|
40
|
+
'append-inner'?: (props: typeof __VLS_22) => any;
|
|
41
41
|
};
|
|
42
42
|
declare const __VLS_component: import("vue").DefineComponent<UpxTextFieldProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
43
43
|
enter: () => any;
|