UNPKG

mine-h5-ui

Version:

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

54 lines (53 loc) 2.28 kB
import { CreateComponentPublicInstanceWithMixins, ComponentOptionsMixin, PublicProps, GlobalComponents, GlobalDirectives, ComponentProvideOptions, ComponentOptionsBase, VNodeProps, AllowedComponentProps, ComponentCustomProps } from 'vue'; import { Props, ListItem } from './types'; import { InstallRecord, NameRecord } from '../types'; export declare const MeActionSheet: { new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly<{ visible?: boolean; } & Props> & Readonly<{ onCancel?: ((item: MouseEvent) => any) | undefined; "onUpdate:visible"?: ((value: boolean) => any) | undefined; onChange?: ((item: ListItem) => any) | undefined; }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, { "update:visible": (value: boolean) => any; } & { cancel: (item: MouseEvent) => any; change: (item: ListItem) => any; }, PublicProps, { label: string; index: string; }, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly<{ visible?: boolean; } & Props> & Readonly<{ onCancel?: ((item: MouseEvent) => any) | undefined; "onUpdate:visible"?: ((value: boolean) => any) | undefined; onChange?: ((item: ListItem) => any) | undefined; }>, {}, {}, {}, {}, { label: string; index: string; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & ComponentOptionsBase<Readonly<{ visible?: boolean; } & Props> & Readonly<{ onCancel?: ((item: MouseEvent) => any) | undefined; "onUpdate:visible"?: ((value: boolean) => any) | undefined; onChange?: ((item: ListItem) => any) | undefined; }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, { "update:visible": (value: boolean) => any; } & { cancel: (item: MouseEvent) => any; change: (item: ListItem) => any; }, string, { label: string; index: string; }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & InstallRecord & NameRecord;