@wfrog/vc
Version:
`自用` 的基于 `element-plus` 二次封装的 `vue3` 组件库。追求在业务场景中,尽可能使用更少的代码量来实现需求。 因此在组件封装上,以 `方便` 为主,打包仅 `esm` 模式。
29 lines (28 loc) • 1.16 kB
TypeScript
declare const _sfc_main: import("vue").DefineComponent<{
button: {
type: import("vue").PropType<{
confirm?: "popconfirm" | "messagebox" | undefined;
confirmInfo?: {
title?: string | undefined;
confirmButtonText?: string | undefined;
cancelButtonText?: string | undefined;
msg?: string | undefined;
} | undefined;
} | undefined>;
};
}, {
props: any;
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
button: {
type: import("vue").PropType<{
confirm?: "popconfirm" | "messagebox" | undefined;
confirmInfo?: {
title?: string | undefined;
confirmButtonText?: string | undefined;
cancelButtonText?: string | undefined;
msg?: string | undefined;
} | undefined;
} | undefined>;
};
}>>, {}>;
export default _sfc_main;