14 lines
546 B
TypeScript
14 lines
546 B
TypeScript
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;
|