feat: add preset alert, confirm, prompt components that can be simple called (#5843)

* feat: add preset alert, confirm, prompt components that can be simple called

* fix: type define
This commit is contained in:
Netfan
2025-04-01 15:10:18 +08:00
committed by YunaiV
parent c4d46638d3
commit 82547b3c44
23 changed files with 941 additions and 4 deletions

View File

@@ -1,2 +1,3 @@
export * from './alert';
export * from './drawer';
export * from './modal';