UNPKG

mine-h5-ui

Version:

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

46 lines (45 loc) 1.89 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 MeSkeleton: { new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly< Props> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, { title: boolean; visible: boolean; active: boolean; titleWidth: string; row: number; rowWidth: string | string[]; avatar: boolean; avatarSize: string; }, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly< Props> & Readonly<{}>, {}, {}, {}, {}, { title: boolean; visible: boolean; active: boolean; titleWidth: string; row: number; rowWidth: string | string[]; avatar: boolean; avatarSize: string; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & ComponentOptionsBase<Readonly< Props> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, { title: boolean; visible: boolean; active: boolean; titleWidth: string; row: number; rowWidth: string | string[]; avatar: boolean; avatarSize: string; }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => { $slots: Readonly< DefaultSlots> & DefaultSlots; }) & InstallRecord & NameRecord;