import type { CSSProperties } from 'vue'; export interface UDescriptionItem { label: string; value: string; span?: number; labelStyle?: CSSProperties; contentStyle?: CSSProperties; }