mirror of
https://gitee.com/yudaocode/yudao-ui-admin-vben.git
synced 2026-05-18 21:27:47 +00:00
* feat: add modal component * feat: add drawer component * feat: apply new modal and drawer components to the layout * chore: typo * feat: add some unit tests
3 lines
51 B
TypeScript
3 lines
51 B
TypeScript
export * from './drawer';
|
|
export * from './modal';
|