Files
dsProject/dsBase/WebRoot/html/cdn/lib/components/descriptions/src/descriptions-row.vue.d.ts

14 lines
546 B
TypeScript
Raw Normal View History

2025-08-14 15:45:08 +08:00
import type { IDescriptionsInject } from './descriptions.type';
declare const _default: import("vue").DefineComponent<{
row: {
type: ArrayConstructor;
};
}, {
descriptions: IDescriptionsInject;
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
row?: unknown;
} & {} & {
row?: unknown[] | undefined;
}>, {}>;
export default _default;