UNPKG

623 BTypeScriptView Raw
1declare const BaseInput: import("vue").DefineComponent<{
2 value: import("vue-types").VueTypeValidableDef<string> & {
3 default: string;
4 } & {
5 default: string;
6 };
7}, {
8 inputRef: any;
9 focus: () => void;
10 blur: () => void;
11 handleChange: (e: Event) => void;
12}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("input" | "change")[], "input" | "change", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
13 value: string;
14} & {}>, {
15 value: string;
16}>;
17export default BaseInput;