@namespace AntBlazor @inherits AntDomComponentBase
@if (Extra != null) {
{metaContent} {content} {actionsContent}
@Extra
} @if (Actions != null) { @Actions } @ChildContent