数通智联化工云平台
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

32 lines
970 B

2 years ago
import type { PropType } from 'vue';
2 years ago
import type { IDescriptionsInject } from './descriptions.type';
2 years ago
import type { DescriptionItemVNode } from './description-item';
2 years ago
declare const _default: import("vue").DefineComponent<{
cell: {
2 years ago
type: PropType<DescriptionItemVNode>;
2 years ago
};
tag: {
type: StringConstructor;
2 years ago
default: string;
2 years ago
};
type: {
type: StringConstructor;
};
}, {
descriptions: IDescriptionsInject;
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
cell: {
2 years ago
type: PropType<DescriptionItemVNode>;
2 years ago
};
tag: {
type: StringConstructor;
2 years ago
default: string;
2 years ago
};
type: {
type: StringConstructor;
};
2 years ago
}>>, {
tag: string;
}>;
2 years ago
export default _default;