mine-h5-ui
Version:
一款轻量级、模块化基于 Vue3.x 的 H5 前端 UI 组件库 👍
75 lines (74 loc) • 2.99 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 MeNoticeBar: {
new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly< Props> & Readonly<{
onClick?: ((index: number) => any) | undefined;
"onClick:preappend"?: ((e: MouseEvent) => any) | undefined;
"onClick:append"?: ((e: MouseEvent) => any) | undefined;
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
click: (index: number) => any;
"click:preappend": (e: MouseEvent) => any;
"click:append": (e: MouseEvent) => any;
}, PublicProps, {
color: string;
height: number;
radius: string | number;
scroll: "horizontal" | "vertical";
background: string;
loop: boolean;
delay: number;
preappendIcon: string;
preappendColor: string;
appendIcon: string;
appendColor: string;
}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {
noticeList: HTMLUListElement;
}, any, ComponentProvideOptions, {
P: {};
B: {};
D: {};
C: {};
M: {};
Defaults: {};
}, Readonly< Props> & Readonly<{
onClick?: ((index: number) => any) | undefined;
"onClick:preappend"?: ((e: MouseEvent) => any) | undefined;
"onClick:append"?: ((e: MouseEvent) => any) | undefined;
}>, {}, {}, {}, {}, {
color: string;
height: number;
radius: string | number;
scroll: "horizontal" | "vertical";
background: string;
loop: boolean;
delay: number;
preappendIcon: string;
preappendColor: string;
appendIcon: string;
appendColor: string;
}>;
__isFragment?: never;
__isTeleport?: never;
__isSuspense?: never;
} & ComponentOptionsBase<Readonly< Props> & Readonly<{
onClick?: ((index: number) => any) | undefined;
"onClick:preappend"?: ((e: MouseEvent) => any) | undefined;
"onClick:append"?: ((e: MouseEvent) => any) | undefined;
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
click: (index: number) => any;
"click:preappend": (e: MouseEvent) => any;
"click:append": (e: MouseEvent) => any;
}, string, {
color: string;
height: number;
radius: string | number;
scroll: "horizontal" | "vertical";
background: string;
loop: boolean;
delay: number;
preappendIcon: string;
preappendColor: string;
appendIcon: string;
appendColor: string;
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & InstallRecord & NameRecord;