zhangwencui
2 天以前 a2002ba0e8aa2a0e4eee61b5205748d8f6e454fc
src/packages/@core/ui-kit/popup-ui/src/alert/alert.ts
@@ -1,8 +1,8 @@
import type { Component, VNode, VNodeArrayChildren } from 'vue';
import type { Recordable } from '..\..\..\..\base\typings\src';
import type { Recordable } from '../../../../base/typings/src';
import { createContext } from '..\..\..\shadcn-ui\src';
import { createContext } from '../../../shadcn-ui/src';
export type IconType = 'error' | 'info' | 'question' | 'success' | 'warning';