import type { ModalProps } from 'ant-design-vue'; export interface UModalProps extends Omit { class?: string; draggable?: boolean; }