UNPKG

various-ui

Version:

This is a test version of the Vue 3 component library

51 lines (50 loc) 1.84 kB
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{ readonly modelValue: { readonly type: StringConstructor; readonly default: ""; }; readonly value: { readonly required: true; }; }>, { define: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{ readonly modelValue: { readonly type: StringConstructor; readonly default: ""; }; readonly value: { readonly required: true; }; }>> & Readonly<{ onChange?: ((_ev: Event) => any) | undefined; "onUpdate:modelValue"?: ((_data: any) => any) | undefined; }> & {}>; emits: ((event: "change", _ev: Event) => void) & ((event: "update:modelValue", _data: any) => void); methods: { switchRatio: (_ev: Event) => void; }; computeds: { checked: import("vue").ComputedRef<boolean>; className: import("vue").ComputedRef<string>; }; switchRatio: (_ev: Event) => void; className: import("vue").ComputedRef<string>; checked: import("vue").ComputedRef<boolean>; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { change: (_ev: Event) => boolean; "update:modelValue": (_data: any) => boolean; }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{ readonly modelValue: { readonly type: StringConstructor; readonly default: ""; }; readonly value: { readonly required: true; }; }>> & Readonly<{ onChange?: ((_ev: Event) => any) | undefined; "onUpdate:modelValue"?: ((_data: any) => any) | undefined; }>, { readonly modelValue: string; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export default _default;