mine-h5-ui
Version:
一款轻量级、模块化基于 Vue3.x 的 H5 前端 UI 组件库 👍
50 lines (49 loc) • 2.07 kB
TypeScript
import { CreateComponentPublicInstanceWithMixins, ComponentOptionsMixin, PublicProps, GlobalComponents, GlobalDirectives, ComponentProvideOptions, ComponentOptionsBase, VNodeProps, AllowedComponentProps, ComponentCustomProps } from 'vue';
import { Props, Base64DataItem } from './types';
import { InstallRecord, NameRecord } from '../types';
export declare const MeSplitter: {
new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly< Props> & Readonly<{
onLoad?: ((value: Base64DataItem[]) => any) | undefined;
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
load: (value: Base64DataItem[]) => any;
}, PublicProps, {
width: string | number;
height: string | number;
lineColor: string;
lineWidth: number;
openAnimation: boolean;
minSize: number;
}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {
canvasNode: HTMLCanvasElement;
}, any, ComponentProvideOptions, {
P: {};
B: {};
D: {};
C: {};
M: {};
Defaults: {};
}, Readonly< Props> & Readonly<{
onLoad?: ((value: Base64DataItem[]) => any) | undefined;
}>, {}, {}, {}, {}, {
width: string | number;
height: string | number;
lineColor: string;
lineWidth: number;
openAnimation: boolean;
minSize: number;
}>;
__isFragment?: never;
__isTeleport?: never;
__isSuspense?: never;
} & ComponentOptionsBase<Readonly< Props> & Readonly<{
onLoad?: ((value: Base64DataItem[]) => any) | undefined;
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
load: (value: Base64DataItem[]) => any;
}, string, {
width: string | number;
height: string | number;
lineColor: string;
lineWidth: number;
openAnimation: boolean;
minSize: number;
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & InstallRecord & NameRecord;