mine-h5-ui
Version:
一款轻量级、模块化基于 Vue3.x 的 H5 前端 UI 组件库 👍
18 lines (17 loc) • 750 B
TypeScript
import { Props, OptionType, OnOff, OnOk } from './types';
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
declare const _default: DefineComponent<Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
action: (eventName: string, value?: string | undefined) => any;
}, string, PublicProps, Readonly<Props> & Readonly<{
onAction?: ((eventName: string, value?: string | undefined) => any) | undefined;
}>, {
type: OptionType;
html: string;
tips: string;
message: string;
cancelButtonText: string;
confirmButtonText: string;
onOff: OnOff;
onOk: OnOk;
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
export default _default;