import { Notification } from '@arco-design/web-vue'; import { IconLoading } from '@arco-design/web-vue/es/icon'; export function showExportNotification(label: string, id: '') { Notification.warning({ id, showIcon: false, closable: true, content: () => (
{label}