ant-design-blazor/components/core/AntContainer.razor
zxyao db64810a20 feat: add DrawerService (#241)
* 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>
2020-06-23 15:19:44 +08:00

7 lines
115 B
C#

@namespace AntDesign
@inherits AntDomComponentBase
<Notification />
<Message />
<Comfirm />
<DrawerContainer />