mine-h5-ui
Version:
一款轻量级、模块化基于 Vue3.x 的 H5 前端 UI 组件库 👍
73 lines (72 loc) • 2.9 kB
TypeScript
import { CreateComponentPublicInstanceWithMixins, ComponentOptionsMixin, PublicProps, GlobalComponents, GlobalDirectives, ComponentProvideOptions, ComponentOptionsBase, VNodeProps, AllowedComponentProps, ComponentCustomProps } from 'vue';
import { ListDataItem, Props, Slots } from './types';
import { InstallRecord, NameRecord } from '../types';
export declare const MeDrag: {
new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly<{
list?: ListDataItem[];
current?: number;
} & Props> & Readonly<{
onChange?: ((list: ListDataItem[], type: string) => any) | undefined;
"onUpdate:list"?: ((value: ListDataItem[]) => any) | undefined;
"onUpdate:current"?: ((value: number) => any) | undefined;
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
"update:list": (value: ListDataItem[]) => any;
"update:current": (value: number) => any;
} & {
change: (list: ListDataItem[], type: string) => any;
}, PublicProps, {
width: string;
height: string;
theme: string;
scale: number;
themeText: string;
angleRange: number;
}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {
dragRef: HTMLDivElement;
}, any, ComponentProvideOptions, {
P: {};
B: {};
D: {};
C: {};
M: {};
Defaults: {};
}, Readonly<{
list?: ListDataItem[];
current?: number;
} & Props> & Readonly<{
onChange?: ((list: ListDataItem[], type: string) => any) | undefined;
"onUpdate:list"?: ((value: ListDataItem[]) => any) | undefined;
"onUpdate:current"?: ((value: number) => any) | undefined;
}>, {}, {}, {}, {}, {
width: string;
height: string;
theme: string;
scale: number;
themeText: string;
angleRange: number;
}>;
__isFragment?: never;
__isTeleport?: never;
__isSuspense?: never;
} & ComponentOptionsBase<Readonly<{
list?: ListDataItem[];
current?: number;
} & Props> & Readonly<{
onChange?: ((list: ListDataItem[], type: string) => any) | undefined;
"onUpdate:list"?: ((value: ListDataItem[]) => any) | undefined;
"onUpdate:current"?: ((value: number) => any) | undefined;
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
"update:list": (value: ListDataItem[]) => any;
"update:current": (value: number) => any;
} & {
change: (list: ListDataItem[], type: string) => any;
}, string, {
width: string;
height: string;
theme: string;
scale: number;
themeText: string;
angleRange: number;
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
$slots: Readonly< Slots> & Slots;
}) & InstallRecord & NameRecord;