UNPKG

@pit-front-end/components

Version:

湖南创智艾泰克科技有限公司

103 lines (102 loc) 3.33 kB
declare const _default: import('vue').DefineComponent<{ readonly modelValue: { readonly type: [StringConstructor, NumberConstructor]; readonly default: ""; }; readonly unit: { readonly type: StringConstructor; readonly default: "米"; }; readonly formatter: { readonly type: FunctionConstructor; readonly default: null; }; readonly formatterPreset: { readonly type: StringConstructor; readonly default: "null"; }; readonly placeholder: { readonly type: StringConstructor; }; readonly plain: { readonly type: BooleanConstructor; readonly default: false; }; readonly describe: { readonly type: ObjectConstructor; readonly default: () => {}; }; readonly maxMinChange: { readonly type: BooleanConstructor; readonly default: false; }; readonly disabled: { readonly type: BooleanConstructor; }; readonly readonly: { readonly type: BooleanConstructor; }; }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { "update:modelValue": (value: string) => void; input: (value: string | Number) => void; change: (value: string | Number) => void; blur: (value: string | Number) => void; clear: (value: string | Number) => void; focus: (value: string | Number) => void; }, string, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, Readonly<import('vue').ExtractPropTypes<{ readonly modelValue: { readonly type: [StringConstructor, NumberConstructor]; readonly default: ""; }; readonly unit: { readonly type: StringConstructor; readonly default: "米"; }; readonly formatter: { readonly type: FunctionConstructor; readonly default: null; }; readonly formatterPreset: { readonly type: StringConstructor; readonly default: "null"; }; readonly placeholder: { readonly type: StringConstructor; }; readonly plain: { readonly type: BooleanConstructor; readonly default: false; }; readonly describe: { readonly type: ObjectConstructor; readonly default: () => {}; }; readonly maxMinChange: { readonly type: BooleanConstructor; readonly default: false; }; readonly disabled: { readonly type: BooleanConstructor; }; readonly readonly: { readonly type: BooleanConstructor; }; }>> & { "onUpdate:modelValue"?: ((value: string) => any) | undefined; onFocus?: ((value: string | Number) => any) | undefined; onBlur?: ((value: string | Number) => any) | undefined; onChange?: ((value: string | Number) => any) | undefined; onInput?: ((value: string | Number) => any) | undefined; onClear?: ((value: string | Number) => any) | undefined; }, { readonly modelValue: string | number; readonly readonly: boolean; readonly disabled: boolean; readonly unit: string; readonly formatter: Function; readonly formatterPreset: string; readonly plain: boolean; readonly describe: Record<string, any>; readonly maxMinChange: boolean; }, {}>; export default _default;