mine-h5-ui
Version:
一款轻量级、模块化基于 Vue3.x 的 H5 前端 UI 组件库 👍
59 lines (58 loc) • 2.32 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 MeMspaint: {
new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly<{
modelValue?: HTMLCanvasElement;
} & Props> & Readonly<{
"onUpdate:modelValue"?: ((value: HTMLCanvasElement) => any) | undefined;
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
"update:modelValue": (value: HTMLCanvasElement) => any;
}, PublicProps, {
width: string;
height: string;
visible: boolean;
background: string;
borderStyle: boolean | string;
strokeStyle: string;
lineWidth: number;
}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {
canvasRef: HTMLCanvasElement;
}, any, ComponentProvideOptions, {
P: {};
B: {};
D: {};
C: {};
M: {};
Defaults: {};
}, Readonly<{
modelValue?: HTMLCanvasElement;
} & Props> & Readonly<{
"onUpdate:modelValue"?: ((value: HTMLCanvasElement) => any) | undefined;
}>, {}, {}, {}, {}, {
width: string;
height: string;
visible: boolean;
background: string;
borderStyle: boolean | string;
strokeStyle: string;
lineWidth: number;
}>;
__isFragment?: never;
__isTeleport?: never;
__isSuspense?: never;
} & ComponentOptionsBase<Readonly<{
modelValue?: HTMLCanvasElement;
} & Props> & Readonly<{
"onUpdate:modelValue"?: ((value: HTMLCanvasElement) => any) | undefined;
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
"update:modelValue": (value: HTMLCanvasElement) => any;
}, string, {
width: string;
height: string;
visible: boolean;
background: string;
borderStyle: boolean | string;
strokeStyle: string;
lineWidth: number;
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & InstallRecord & NameRecord;