UNPKG

mine-h5-ui

Version:

一款轻量级、模块化基于 Vue3.x 的 H5 前端 UI 组件库 👍

23 lines (22 loc) 863 B
import { Props } from './types'; import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue'; type __VLS_Props = Props; type __VLS_PublicProps = { modelValue?: HTMLCanvasElement; } & __VLS_Props; declare const _default: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, { "update:modelValue": (value: HTMLCanvasElement) => any; }, string, PublicProps, Readonly<__VLS_PublicProps> & Readonly<{ "onUpdate:modelValue"?: ((value: HTMLCanvasElement) => any) | undefined; }>, { width: string; height: string; visible: boolean; background: string; borderStyle: boolean | string; strokeStyle: string; lineWidth: number; }, {}, {}, {}, string, ComponentProvideOptions, false, { canvasRef: HTMLCanvasElement; }, any>; export default _default;