UNPKG

mine-h5-ui

Version:

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

61 lines (60 loc) 2.59 kB
import { CreateComponentPublicInstanceWithMixins, ComponentOptionsMixin, PublicProps, GlobalComponents, GlobalDirectives, ComponentProvideOptions, ComponentOptionsBase, VNodeProps, AllowedComponentProps, ComponentCustomProps } from 'vue'; import { Props } from './types'; import { DefaultSlots, InstallRecord, NameRecord } from '../types'; export declare const MeCalendar: { new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly<{ modelValue?: string; visible?: boolean; } & Props> & Readonly<{ "onUpdate:visible"?: ((value: boolean) => any) | undefined; onChange?: ((value: string | number) => any) | undefined; "onUpdate:modelValue"?: ((value: string) => any) | undefined; }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, { "update:visible": (value: boolean) => any; "update:modelValue": (value: string) => any; } & { change: (value: string | number) => any; }, PublicProps, { themeColor: string; closable: boolean; }, false, {}, {}, GlobalComponents, GlobalDirectives, string, { calendarRef: HTMLDivElement; }, any, ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly<{ modelValue?: string; visible?: boolean; } & Props> & Readonly<{ "onUpdate:visible"?: ((value: boolean) => any) | undefined; onChange?: ((value: string | number) => any) | undefined; "onUpdate:modelValue"?: ((value: string) => any) | undefined; }>, {}, {}, {}, {}, { themeColor: string; closable: boolean; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & ComponentOptionsBase<Readonly<{ modelValue?: string; visible?: boolean; } & Props> & Readonly<{ "onUpdate:visible"?: ((value: boolean) => any) | undefined; onChange?: ((value: string | number) => any) | undefined; "onUpdate:modelValue"?: ((value: string) => any) | undefined; }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, { "update:visible": (value: boolean) => any; "update:modelValue": (value: string) => any; } & { change: (value: string | number) => any; }, string, { themeColor: string; closable: boolean; }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => { $slots: Readonly< DefaultSlots> & DefaultSlots; }) & InstallRecord & NameRecord;