lazy-components
Version:
一个基于Vue3和Vite的配置型快速开发组件库
22 lines (21 loc) • 555 B
TypeScript
declare const _default: import('vue').DefineComponent<{
label: {
type: StringConstructor;
default: string;
};
value: {
default: () => {};
};
}, any, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
label: {
type: StringConstructor;
default: string;
};
value: {
default: () => {};
};
}>>, {
label: string;
value: {};
}, {}>;
export default _default;