zhangwencui
2026-07-17 7cf040285e74c2c3b9ee011abdab15021d139c30
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';