@aplus-frontend/ui
Version:
53 lines (52 loc) • 1.48 kB
TypeScript
import { ApProductInfoValue } from './interface';
import { DefineComponent, ExtractPropTypes, PropType, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
declare const _default: DefineComponent<ExtractPropTypes<{
title: {
type: StringConstructor;
default: string;
};
imgSrc: {
type: StringConstructor;
default: string;
};
preview: {
type: BooleanConstructor;
default: boolean;
};
values: {
type: PropType<ApProductInfoValue[]>;
default: () => never[];
};
disableCopy: {
type: BooleanConstructor;
default: boolean;
};
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
title: {
type: StringConstructor;
default: string;
};
imgSrc: {
type: StringConstructor;
default: string;
};
preview: {
type: BooleanConstructor;
default: boolean;
};
values: {
type: PropType<ApProductInfoValue[]>;
default: () => never[];
};
disableCopy: {
type: BooleanConstructor;
default: boolean;
};
}>> & Readonly<{}>, {
values: ApProductInfoValue[];
title: string;
preview: boolean;
disableCopy: boolean;
imgSrc: string;
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
export default _default;