mine-h5-ui
Version:
一款轻量级、模块化基于 Vue3.x 的 H5 前端 UI 组件库 👍
19 lines (18 loc) • 731 B
TypeScript
import { Props } from './types';
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
declare const _default: DefineComponent<Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
click: (e: MouseEvent) => any;
load: (e: Event) => any;
error: (e: Event) => any;
}, string, PublicProps, 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;
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
export default _default;