ant-design-blazor/components/core/AntContainer.razor

8 lines
143 B
C#
Raw Normal View History

@namespace AntDesign
@inherits AntDomComponentBase
<Notification />
<Message />
<ComfirmContainer />
<DrawerContainer />
<ModalContainer />