9 lines
No EOL
253 B
Text
9 lines
No EOL
253 B
Text
<div class="ant-page-content @Class" style="@Style">
|
|
@ChildContent
|
|
</div>
|
|
|
|
@code {
|
|
[Parameter] public RenderFragment ChildContent { get; set; }
|
|
[Parameter] public string Class { get; set; }
|
|
[Parameter] public string Style { get; set; }
|
|
} |