UNPKG

mine-h5-ui

Version:

一款轻量级、模块化基于 Vue3.x 的 H5 前端 UI 组件库 👍

55 lines (54 loc) 2.2 kB
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 MeImg: { new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly< Props> & Readonly<{ onClick?: ((e: MouseEvent) => any) | undefined; onLoad?: ((e: Event) => any) | undefined; onError?: ((e: Event) => any) | undefined; }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & { click: (e: MouseEvent) => any; load: (e: Event) => any; error: (e: Event) => any; }, PublicProps, { fill: string; width: string; height: string; radius: string; alt: string; }, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly< Props> & Readonly<{ onClick?: ((e: MouseEvent) => any) | undefined; onLoad?: ((e: Event) => any) | undefined; onError?: ((e: Event) => any) | undefined; }>, {}, {}, {}, {}, { fill: string; width: string; height: string; radius: string; alt: string; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & ComponentOptionsBase<Readonly< Props> & Readonly<{ onClick?: ((e: MouseEvent) => any) | undefined; onLoad?: ((e: Event) => any) | undefined; onError?: ((e: Event) => any) | undefined; }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & { click: (e: MouseEvent) => any; load: (e: Event) => any; error: (e: Event) => any; }, string, { fill: string; width: string; height: string; radius: string; alt: string; }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & InstallRecord & NameRecord;