import type { VNode } from 'vue'; export interface DialogContentTab { content: () => VNode; label: string; value: string; }