UNPKG

vdrag-topo-ui

Version:

96 lines (95 loc) 3.38 kB
declare const vtBorder: import("vdrag-topo-utils/dist/lib/src/withinstall").SFCWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{ config: { type: null; required: true; default: () => { label: string; key: string; key1: string; key2: string; min: number; max: number; step: number; precision: number; showBorderColor: boolean; showBorderStyle: boolean; showBorderWidth: boolean; }; }; data: { type: null; required: true; }; }>, { DEFAULT_MIN_VALUE: number; DEFAULT_MAX_VALUE: number; DEFAULT_STEP: number; DEFAULT_PRECISION: number; showBorderColor: boolean; showBorderStyle: boolean; showBorderWidth: boolean; props: any; emit: (event: "changeValue", ...args: any[]) => void; config: import("vue").Ref<any, any>; data: import("vue").Ref<any, any>; colorDefault: any; value: import("vue").Ref<any, any>; handleActiveChange: (color: string) => void; changeValue2: (color: string) => void; changeValue: (value: any) => void; debouncedFn: import("@vueuse/shared").PromisifyFn<() => void>; borderStyle: { label: string; value: string; }[]; vtLabel: import("vue").DefineComponent<import("vue").ExtractPropTypes<{ config: { type: null; required: true; default: () => { label: string; tip: string; }; }; }>, { readonly QuestionFilled: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{ config: { type: null; required: true; default: () => { label: string; tip: string; }; }; }>> & Readonly<{}>, { config: any; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "changeValue"[], "changeValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{ config: { type: null; required: true; default: () => { label: string; key: string; key1: string; key2: string; min: number; max: number; step: number; precision: number; showBorderColor: boolean; showBorderStyle: boolean; showBorderWidth: boolean; }; }; data: { type: null; required: true; }; }>> & Readonly<{ onChangeValue?: ((...args: any[]) => any) | undefined; }>, { config: any; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>; export default vtBorder;