mirror of
https://gitee.com/ant-design-blazor/ant-design-blazor.git
synced 2024-12-14 17:01:18 +08:00
db64810a20
* refactor: change confirm return * feat(module: drawer): add DrawerService * fix: change type EventCallback in configs to Func * fix: typo Co-authored-by: ElderJames <shunjiey@hotmail.com>
7 lines
115 B
C#
7 lines
115 B
C#
@namespace AntDesign
|
|
@inherits AntDomComponentBase
|
|
|
|
<Notification />
|
|
<Message />
|
|
<Comfirm />
|
|
<DrawerContainer /> |