mine-h5-ui
Version:
一款轻量级、模块化基于 Vue3.x 的 H5 前端 UI 组件库 👍
89 lines (88 loc) • 3.54 kB
TypeScript
import { CreateComponentPublicInstanceWithMixins, ComponentOptionsMixin, PublicProps, GlobalComponents, GlobalDirectives, ComponentProvideOptions, ComponentOptionsBase, VNodeProps, AllowedComponentProps, ComponentCustomProps } from 'vue';
import { Props } from './types';
import { InstallRecord, NameRecord } from '../types';
export declare const MeSearch: {
new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly<{
modelValue?: string;
} & Props> & Readonly<{
onClick?: (() => any) | undefined;
onInput?: ((e: Event) => any) | undefined;
onSearch?: (() => any) | undefined;
onBlur?: ((e: FocusEvent) => any) | undefined;
onChange?: ((e: Event) => any) | undefined;
onFocus?: ((e: FocusEvent) => any) | undefined;
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
"update:modelValue": (value: string) => any;
} & {
click: () => any;
input: (e: Event) => any;
search: () => any;
blur: (e: FocusEvent) => any;
change: (e: Event) => any;
focus: (e: FocusEvent) => any;
}, PublicProps, {
color: string;
disabled: boolean;
radius: string;
placeholder: string;
background: string;
btnText: string;
align: "left" | "center" | "right" | "justify" | "inherit";
}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
P: {};
B: {};
D: {};
C: {};
M: {};
Defaults: {};
}, Readonly<{
modelValue?: string;
} & Props> & Readonly<{
onClick?: (() => any) | undefined;
onInput?: ((e: Event) => any) | undefined;
onSearch?: (() => any) | undefined;
onBlur?: ((e: FocusEvent) => any) | undefined;
onChange?: ((e: Event) => any) | undefined;
onFocus?: ((e: FocusEvent) => any) | undefined;
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
}>, {}, {}, {}, {}, {
color: string;
disabled: boolean;
radius: string;
placeholder: string;
background: string;
btnText: string;
align: "left" | "center" | "right" | "justify" | "inherit";
}>;
__isFragment?: never;
__isTeleport?: never;
__isSuspense?: never;
} & ComponentOptionsBase<Readonly<{
modelValue?: string;
} & Props> & Readonly<{
onClick?: (() => any) | undefined;
onInput?: ((e: Event) => any) | undefined;
onSearch?: (() => any) | undefined;
onBlur?: ((e: FocusEvent) => any) | undefined;
onChange?: ((e: Event) => any) | undefined;
onFocus?: ((e: FocusEvent) => any) | undefined;
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
"update:modelValue": (value: string) => any;
} & {
click: () => any;
input: (e: Event) => any;
search: () => any;
blur: (e: FocusEvent) => any;
change: (e: Event) => any;
focus: (e: FocusEvent) => any;
}, string, {
color: string;
disabled: boolean;
radius: string;
placeholder: string;
background: string;
btnText: string;
align: "left" | "center" | "right" | "justify" | "inherit";
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & InstallRecord & NameRecord;