gaoluyang
2026-08-03 75242bbba28ae8902ddf86d33febb497d79e5fc3
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';