UNPKG

mine-h5-ui

Version:

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

15 lines (14 loc) 735 B
import { ColorPanel } from './types'; import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue'; type __VLS_Props = ColorPanel.Props; type __VLS_PublicProps = { modelValue?: ColorPanel.ModelValue; } & __VLS_Props; declare const _default: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, { "update:modelValue": (value: ColorPanel.ModelValue) => any; }, string, PublicProps, Readonly<__VLS_PublicProps> & Readonly<{ "onUpdate:modelValue"?: ((value: ColorPanel.ModelValue) => any) | undefined; }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, { colorPanelNode: HTMLDivElement; }, HTMLDivElement>; export default _default;