UNPKG

vue-devui

Version:

DevUI components based on Vite and Vue3

48 lines (47 loc) 2.09 kB
import './search.scss'; declare const _default: import("vue").DefineComponent<{ readonly disabled: boolean; readonly placeholder: string; readonly autoFocus: boolean; readonly cssClass: string; readonly modelValue: string; readonly delay: number; readonly showGlowStyle: boolean; readonly maxLength: number; readonly isKeyupSearch: boolean; readonly iconPosition: import("./search-types").IconPosition; readonly noBorder: boolean; readonly size?: import("./search-types").Size | undefined; readonly 'onUpdate:modelValue'?: ((v: string) => void) | undefined; }, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("search" | "update:modelValue")[], "search" | "update:modelValue", import("vue").PublicProps, Readonly<{ readonly disabled: boolean; readonly placeholder: string; readonly autoFocus: boolean; readonly cssClass: string; readonly modelValue: string; readonly delay: number; readonly showGlowStyle: boolean; readonly maxLength: number; readonly isKeyupSearch: boolean; readonly iconPosition: import("./search-types").IconPosition; readonly noBorder: boolean; readonly size?: import("./search-types").Size | undefined; readonly 'onUpdate:modelValue'?: ((v: string) => void) | undefined; }> & Readonly<{ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; onSearch?: ((...args: any[]) => any) | undefined; }>, { readonly disabled: boolean; readonly placeholder: string; readonly autoFocus: boolean; readonly cssClass: string; readonly modelValue: string; readonly delay: number; readonly showGlowStyle: boolean; readonly 'onUpdate:modelValue': (v: string) => void; readonly maxLength: number; readonly isKeyupSearch: boolean; readonly iconPosition: import("./search-types").IconPosition; readonly noBorder: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export default _default;