Migrate desktop AudioPlayerBar to MudBlazor theme surface
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using Microsoft.AspNetCore.Components;
|
||||
|
||||
namespace DeepDrftPublic.Client.Controls.AudioPlayerBar;
|
||||
|
||||
public partial class PlayerWindowControls : ComponentBase
|
||||
{
|
||||
[Parameter] public EventCallback OnMinimize { get; set; }
|
||||
[Parameter] public EventCallback OnClose { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user