import { VNode } from 'vue-demi' export interface YnetDescriptionsItemCtx { label?: string span?: number labelClassName?: string contentClassName?: string labelStyle?: object contentStyle?: object, prop: keyof T | '_operate' | `_operate${number}`, // eslint-disable-next-line @typescript-eslint/no-explicit-any formatter?: (model: T, item: YnetDescriptionsItemCtx, value: any) => VNode show?: (item: YnetDescriptionsItemCtx) => boolean | boolean }